#03b55f

Color #03B55F Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #03B55F

Tints of Jade #03B55F

Color information

#03B55F (or 0x03B55F) is unknown color: approx Jade. HEX triplet: 03, B5 and 5F. RGB value is (3,181,95). Sum of RGB (Red+Green+Blue) = 3+181+95=279 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 279); Green value is 181 (71.09% from 255 or 64.87% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 181 - color contains mainly: green. Hex color #03B55F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B55F is #FC4AA0. Grayscale: #767676. Windows color (decimal): -16534177 or 6272259. OLE color: 6272259.

HSL color Cylindrical-coordinate representation of color #03B55F: hue angle of 151.01º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B55F is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB318195-
CMYK0.9800.480.29
HSL151.01º96.74%36.08%-
HSV(B)151.01º98.34%70.98%-
XYZ18.6333.8916.39-
YUV117.97115.0345.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.08%
GREEN value IS 181 (71.09% from 255) = 64.87%
BLUE value IS 95 (37.5% from 255) = 34.05%
R=1.08%
G=64.87%
B=34.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3181950.9800.480.29151.0196.7436.08
Hex3B55F620301D976124
Octal32651371420603522714144
Binary111011010110111111100010011000011101100101111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03b55f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03b55f; }

 p { color: rgb(3,181,95); }

 H1.HeaderClassName
 {
   color: #03b55f;
 }
 .AnyTagClassName
 {
   color: #03b55f;
 }
</style>
background-color css

<style>
 a { background-color: #03b55f; }

 a { background-color: rgb(3,181,95); }

 div.DivClassName
 {
   background-color: #03b55f;
 }
 .BgClassName
 {
   background-color: #03b55f;
 }
</style>
border-color css

<style>
 span { border-color: #03b55f; }

 span { border-color: rgb(3,181,95); }

 td.TdClassName
 {
   border-color: #03b55f;
 }
 .TagClassName
 {
   border-color: #03b55f;
 }
</style>