Html Css Color HEX #03B971 Jade

📋 copy color: '#03B971'

red 3 ◦ green 185 ◦ blue 113

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

Shades of Jade #03B971

Tints of Jade #03B971

RGB

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

 GREEN value IS 185 (72.66% from 255) = 61.46%

 BLUE value IS 113 (44.53% from 255) = 37.54%

R = 1%
G = 61.46%
B = 37.54%

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

#03B971 (or 0x03B971) is known color: Jade. HEX triplet: 03, B9 and 71. RGB value is (3,185,113). Sum of RGB (Red+Green+Blue) = 3+185+113=301 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 301); Green value is 185 (72.66% from 255 or 61.46% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 185 - color contains mainly: green. Hex color #03B971 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B971 is #FC468E. Grayscale: #7A7A7A. Windows color (decimal): -16533135 or 7452931. OLE color: 7452931.

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

Color convert

RGB 3 185 113 -
CMYK 0.98 0 0.39 0.27
HSL 156.26º 0.97% 0.37% -
HSV(B) 156.26º 0.98% 0.73% -
XYZ 20.37 35.91 21.48 -
YUV 122.37 122.7 42.85 -
System Red Green Blue C M Y K H S L
Decimal 3 185 113 0.98 0 0.39 0.27 156.26 0.97 0.37
Hex 3 B9 71 62 0 27 1B 9C 61 25
Octal 3 271 161 142 0 47 33 234 141 45
Binary 11 10111001 1110001 1100010 0 100111 11011 10011100 1100001 100101

Color Harmonies of #03B971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B971

Black with #03B971

Text Example


Text Example

White with #03B971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,185,113); }

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

background-color css

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

 a { background-color: rgb(3,185,113); }

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

border-color css

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

 span { border-color: rgb(3,185,113); }

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