Html Css Color HEX #02956E Observatory

📋 copy color: '#02956E'

red 2 ◦ green 149 ◦ blue 110

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

Shades of Observatory #02956E

Tints of Observatory #02956E

RGB

 RED value IS 2 (1.17% from 255) = 0.77%

 GREEN value IS 149 (58.59% from 255) = 57.09%

 BLUE value IS 110 (43.36% from 255) = 42.15%

R = 0.77%
G = 57.09%
B = 42.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#02956E (or 0x02956E) is known color: Observatory. HEX triplet: 02, 95 and 6E. RGB value is (2,149,110). Sum of RGB (Red+Green+Blue) = 2+149+110=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 149 (58.59% from 255 or 57.09% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 149 - color contains mainly: green. Hex color #02956E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02956E is #FD6A91. Grayscale: #646464. Windows color (decimal): -16607890 or 7247106. OLE color: 7247106.

HSL color Cylindrical-coordinate representation of color #02956E: hue angle of 164.08º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02956E is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 149 110 -
CMYK 0.99 0 0.26 0.42
HSL 164.08º 0.97% 0.3% -
HSV(B) 164.08º 0.99% 0.58% -
XYZ 13.59 22.63 18.4 -
YUV 100.6 133.3 57.67 -
System Red Green Blue C M Y K H S L
Decimal 2 149 110 0.99 0 0.26 0.42 164.08 0.97 0.3
Hex 2 95 6E 63 0 1A 2A A4 61 1E
Octal 2 225 156 143 0 32 52 244 141 36
Binary 10 10010101 1101110 1100011 0 11010 101010 10100100 1100001 11110

Color Harmonies of #02956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02956E

Black with #02956E

Text Example


Text Example

White with #02956E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02956E; }

 p { color: rgb(2,149,110); }

 H1.HeaderClassName
 {
   color: #02956E;
 }
 .AnyTagClassName
 {
   color: #02956E;
 }
</style>

background-color css

<style>
 a { background-color: #02956E; }

 a { background-color: rgb(2,149,110); }

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

border-color css

<style>
 span { border-color: #02956E; }

 span { border-color: rgb(2,149,110); }

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