Html Css Color HEX #03B26A Jade

📋 copy color: '#03B26A'

red 3 ◦ green 178 ◦ blue 106

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

Shades of Jade #03B26A

Tints of Jade #03B26A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 62.02%

 BLUE value IS 106 (41.8% from 255) = 36.93%

R = 1.05%
G = 62.02%
B = 36.93%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#03B26A (or 0x03B26A) is known color: Jade. HEX triplet: 03, B2 and 6A. RGB value is (3,178,106). Sum of RGB (Red+Green+Blue) = 3+178+106=287 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 287); Green value is 178 (69.92% from 255 or 62.02% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 178 - color contains mainly: green. Hex color #03B26A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03B26A is #FC4D95. Grayscale: #757575. Windows color (decimal): -16534934 or 6992387. OLE color: 6992387.

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

Color convert

RGB 3 178 106 -
CMYK 0.98 0 0.40 0.30
HSL 155.31º 0.97% 0.35% -
HSV(B) 155.31º 0.98% 0.7% -
XYZ 18.56 32.9 19.01 -
YUV 117.47 121.52 46.35 -
System Red Green Blue C M Y K H S L
Decimal 3 178 106 0.98 0 0.40 0.30 155.31 0.97 0.35
Hex 3 B2 6A 62 0 28 1E 9B 61 23
Octal 3 262 152 142 0 50 36 233 141 43
Binary 11 10110010 1101010 1100010 0 101000 11110 10011011 1100001 100011

Color Harmonies of #03B26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B26A

Black with #03B26A

Text Example


Text Example

White with #03B26A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,178,106); }

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

background-color css

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

 a { background-color: rgb(3,178,106); }

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

border-color css

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

 span { border-color: rgb(3,178,106); }

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