Html Css Color HEX #03B472 Jade

📋 copy color: '#03B472'

red 3 ◦ green 180 ◦ blue 114

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

Shades of Jade #03B472

Tints of Jade #03B472

RGB

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

 GREEN value IS 180 (70.7% from 255) = 60.61%

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

R = 1.01%
G = 60.61%
B = 38.38%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#03B472 (or 0x03B472) is known color: Jade. HEX triplet: 03, B4 and 72. RGB value is (3,180,114). Sum of RGB (Red+Green+Blue) = 3+180+114=297 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 297); Green value is 180 (70.70% from 255 or 60.61% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 180 - color contains mainly: green. Hex color #03B472 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B472 is #FC4B8D. Grayscale: #777777. Windows color (decimal): -16534414 or 7517187. OLE color: 7517187.

HSL color Cylindrical-coordinate representation of color #03B472: hue angle of 157.63º 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 #03B472 is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 3 180 114 -
CMYK 0.98 0 0.37 0.29
HSL 157.63º 0.97% 0.36% -
HSV(B) 157.63º 0.98% 0.71% -
XYZ 19.4 33.88 21.44 -
YUV 119.55 124.86 44.87 -
System Red Green Blue C M Y K H S L
Decimal 3 180 114 0.98 0 0.37 0.29 157.63 0.97 0.36
Hex 3 B4 72 62 0 25 1D 9E 61 24
Octal 3 264 162 142 0 45 35 236 141 44
Binary 11 10110100 1110010 1100010 0 100101 11101 10011110 1100001 100100

Color Harmonies of #03B472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B472

Black with #03B472

Text Example


Text Example

White with #03B472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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