Html Css Color HEX #03B76F Jade

📋 copy color: '#03B76F'

red 3 ◦ green 183 ◦ blue 111

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

Shades of Jade #03B76F

Tints of Jade #03B76F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 61.62%

 BLUE value IS 111 (43.75% from 255) = 37.37%

R = 1.01%
G = 61.62%
B = 37.37%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#03B76F (or 0x03B76F) is known color: Jade. HEX triplet: 03, B7 and 6F. RGB value is (3,183,111). Sum of RGB (Red+Green+Blue) = 3+183+111=297 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 297); Green value is 183 (71.88% from 255 or 61.62% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 183 - color contains mainly: green. Hex color #03B76F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B76F is #FC4890. Grayscale: #797979. Windows color (decimal): -16533649 or 7321347. OLE color: 7321347.

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

Color convert

RGB 3 183 111 -
CMYK 0.98 0 0.39 0.28
HSL 156º 0.97% 0.36% -
HSV(B) 156º 0.98% 0.72% -
XYZ 19.84 35.03 20.76 -
YUV 120.97 122.37 43.85 -
System Red Green Blue C M Y K H S L
Decimal 3 183 111 0.98 0 0.39 0.28 156 0.97 0.36
Hex 3 B7 6F 62 0 27 1C 9C 61 24
Octal 3 267 157 142 0 47 34 234 141 44
Binary 11 10110111 1101111 1100010 0 100111 11100 10011100 1100001 100100

Color Harmonies of #03B76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B76F

Black with #03B76F

Text Example


Text Example

White with #03B76F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,183,111); }

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

background-color css

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

 a { background-color: rgb(3,183,111); }

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

border-color css

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

 span { border-color: rgb(3,183,111); }

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