Html Css Color HEX #03B162 Jade

📋 copy color: '#03B162'

red 3 ◦ green 177 ◦ blue 98

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

Shades of Jade #03B162

Tints of Jade #03B162

RGB

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

 GREEN value IS 177 (69.53% from 255) = 63.67%

 BLUE value IS 98 (38.67% from 255) = 35.25%

R = 1.08%
G = 63.67%
B = 35.25%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#03B162 (or 0x03B162) is known color: Jade. HEX triplet: 03, B1 and 62. RGB value is (3,177,98). Sum of RGB (Red+Green+Blue) = 3+177+98=278 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 278); Green value is 177 (69.53% from 255 or 63.67% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 177 - color contains mainly: green. Hex color #03B162 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03B162 is #FC4E9D. Grayscale: #747474. Windows color (decimal): -16535198 or 6467843. OLE color: 6467843.

HSL color Cylindrical-coordinate representation of color #03B162: hue angle of 152.76º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B162 is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 3 177 98 -
CMYK 0.98 0 0.45 0.31
HSL 152.76º 0.97% 0.35% -
HSV(B) 152.76º 0.98% 0.69% -
XYZ 17.96 32.35 16.85 -
YUV 115.97 117.85 47.42 -
System Red Green Blue C M Y K H S L
Decimal 3 177 98 0.98 0 0.45 0.31 152.76 0.97 0.35
Hex 3 B1 62 62 0 2D 1F 99 61 23
Octal 3 261 142 142 0 55 37 231 141 43
Binary 11 10110001 1100010 1100010 0 101101 11111 10011001 1100001 100011

Color Harmonies of #03B162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B162

Black with #03B162

Text Example


Text Example

White with #03B162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,177,98); }

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

background-color css

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

 a { background-color: rgb(3,177,98); }

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

border-color css

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

 span { border-color: rgb(3,177,98); }

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