Html Css Color HEX #03B26F Jade

📋 copy color: '#03B26F'

red 3 ◦ green 178 ◦ blue 111

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

Shades of Jade #03B26F

Tints of Jade #03B26F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.01%

R = 1.03%
G = 60.96%
B = 38.01%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#03B26F (or 0x03B26F) is known color: Jade. HEX triplet: 03, B2 and 6F. RGB value is (3,178,111). Sum of RGB (Red+Green+Blue) = 3+178+111=292 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 292); Green value is 178 (69.92% from 255 or 60.96% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 178 - color contains mainly: green. Hex color #03B26F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03B26F is #FC4D90. Grayscale: #767676. Windows color (decimal): -16534929 or 7320067. OLE color: 7320067.

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

Color convert

RGB 3 178 111 -
CMYK 0.98 0 0.38 0.30
HSL 157.03º 0.97% 0.35% -
HSV(B) 157.03º 0.98% 0.7% -
XYZ 18.83 33.01 20.42 -
YUV 118.04 124.02 45.95 -
System Red Green Blue C M Y K H S L
Decimal 3 178 111 0.98 0 0.38 0.30 157.03 0.97 0.35
Hex 3 B2 6F 62 0 26 1E 9D 61 23
Octal 3 262 157 142 0 46 36 235 141 43
Binary 11 10110010 1101111 1100010 0 100110 11110 10011101 1100001 100011

Color Harmonies of #03B26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B26F

Black with #03B26F

Text Example


Text Example

White with #03B26F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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