Html Css Color HEX #03B362 Jade

📋 copy color: '#03B362'

red 3 ◦ green 179 ◦ blue 98

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

Shades of Jade #03B362

Tints of Jade #03B362

RGB

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

 GREEN value IS 179 (70.31% from 255) = 63.93%

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

R = 1.07%
G = 63.93%
B = 35%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#03B362 (or 0x03B362) is known color: Jade. HEX triplet: 03, B3 and 62. RGB value is (3,179,98). Sum of RGB (Red+Green+Blue) = 3+179+98=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 179 (70.31% from 255 or 63.93% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 179 - color contains mainly: green. Hex color #03B362 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B362 is #FC4C9D. Grayscale: #757575. Windows color (decimal): -16534686 or 6468355. OLE color: 6468355.

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

Color convert

RGB 3 179 98 -
CMYK 0.98 0 0.45 0.30
HSL 152.39º 0.97% 0.36% -
HSV(B) 152.39º 0.98% 0.7% -
XYZ 18.36 33.14 16.98 -
YUV 117.14 117.19 46.59 -
System Red Green Blue C M Y K H S L
Decimal 3 179 98 0.98 0 0.45 0.30 152.39 0.97 0.36
Hex 3 B3 62 62 0 2D 1E 98 61 24
Octal 3 263 142 142 0 55 36 230 141 44
Binary 11 10110011 1100010 1100010 0 101101 11110 10011000 1100001 100100

Color Harmonies of #03B362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B362

Black with #03B362

Text Example


Text Example

White with #03B362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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