Html Css Color HEX #03BB72 Jade

📋 copy color: '#03BB72'

red 3 ◦ green 187 ◦ blue 114

#03BB72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #03BB72

Tints of Jade #03BB72

RGB

 RED value IS 3 (1.56% from 255) = 0.99%

 GREEN value IS 187 (73.44% from 255) = 61.51%

 BLUE value IS 114 (44.92% from 255) = 37.5%

R = 0.99%
G = 61.51%
B = 37.5%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#03BB72 (or 0x03BB72) is known color: Jade. HEX triplet: 03, BB and 72. RGB value is (3,187,114). Sum of RGB (Red+Green+Blue) = 3+187+114=304 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 304); Green value is 187 (73.44% from 255 or 61.51% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 187 - color contains mainly: green. Hex color #03BB72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BB72 is #FC448D. Grayscale: #7B7B7B. Windows color (decimal): -16532622 or 7518979. OLE color: 7518979.

HSL color Cylindrical-coordinate representation of color #03BB72: hue angle of 156.2º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BB72 is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 187 114 -
CMYK 0.98 0 0.39 0.27
HSL 156.2º 0.97% 0.37% -
HSV(B) 156.2º 0.98% 0.73% -
XYZ 20.85 36.77 21.92 -
YUV 123.66 122.54 41.94 -
System Red Green Blue C M Y K H S L
Decimal 3 187 114 0.98 0 0.39 0.27 156.2 0.97 0.37
Hex 3 BB 72 62 0 27 1B 9C 61 25
Octal 3 273 162 142 0 47 33 234 141 45
Binary 11 10111011 1110010 1100010 0 100111 11011 10011100 1100001 100101

Color Harmonies of #03BB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BB72

Black with #03BB72

Text Example


Text Example

White with #03BB72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,187,114); }

 H1.HeaderClassName
 {
   color: #03BB72;
 }
 .AnyTagClassName
 {
   color: #03BB72;
 }
</style>

background-color css

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

 a { background-color: rgb(3,187,114); }

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

border-color css

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

 span { border-color: rgb(3,187,114); }

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