Html Css Color HEX #03B970 Jade

📋 copy color: '#03B970'

red 3 ◦ green 185 ◦ blue 112

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

Shades of Jade #03B970

Tints of Jade #03B970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.33%

R = 1%
G = 61.67%
B = 37.33%

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

#03B970 (or 0x03B970) is known color: Jade. HEX triplet: 03, B9 and 70. RGB value is (3,185,112). Sum of RGB (Red+Green+Blue) = 3+185+112=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 185 (72.66% from 255 or 61.67% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 185 - color contains mainly: green. Hex color #03B970 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B970 is #FC468F. Grayscale: #7A7A7A. Windows color (decimal): -16533136 or 7387395. OLE color: 7387395.

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

Color convert

RGB 3 185 112 -
CMYK 0.98 0 0.39 0.27
HSL 155.93º 0.97% 0.37% -
HSV(B) 155.93º 0.98% 0.73% -
XYZ 20.31 35.89 21.19 -
YUV 122.26 122.2 42.94 -
System Red Green Blue C M Y K H S L
Decimal 3 185 112 0.98 0 0.39 0.27 155.93 0.97 0.37
Hex 3 B9 70 62 0 27 1B 9C 61 25
Octal 3 271 160 142 0 47 33 234 141 45
Binary 11 10111001 1110000 1100010 0 100111 11011 10011100 1100001 100101

Color Harmonies of #03B970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B970

Black with #03B970

Text Example


Text Example

White with #03B970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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