Html Css Color HEX #02956A Observatory

📋 copy color: '#02956A'

red 2 ◦ green 149 ◦ blue 106

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

Shades of Observatory #02956A

Tints of Observatory #02956A

RGB

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

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

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

R = 0.78%
G = 57.98%
B = 41.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#02956A (or 0x02956A) is known color: Observatory. HEX triplet: 02, 95 and 6A. RGB value is (2,149,106). Sum of RGB (Red+Green+Blue) = 2+149+106=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 149 (58.59% from 255 or 57.98% from 257); Blue value is 106 (41.80% from 255 or 41.25% from 257); Max value from RGB is 149 - color contains mainly: green. Hex color #02956A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02956A is #FD6A95. Grayscale: #646464. Windows color (decimal): -16607894 or 6984962. OLE color: 6984962.

HSL color Cylindrical-coordinate representation of color #02956A: hue angle of 162.45º 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 #02956A is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 149 106 -
CMYK 0.99 0 0.29 0.42
HSL 162.45º 0.97% 0.3% -
HSV(B) 162.45º 0.99% 0.58% -
XYZ 13.37 22.55 17.28 -
YUV 100.15 131.3 58 -
System Red Green Blue C M Y K H S L
Decimal 2 149 106 0.99 0 0.29 0.42 162.45 0.97 0.3
Hex 2 95 6A 63 0 1D 2A A2 61 1E
Octal 2 225 152 143 0 35 52 242 141 36
Binary 10 10010101 1101010 1100011 0 11101 101010 10100010 1100001 11110

Color Harmonies of #02956A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02956A

Black with #02956A

Text Example


Text Example

White with #02956A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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