Html Css Color HEX #02856E Observatory

📋 copy color: '#02856E'

red 2 ◦ green 133 ◦ blue 110

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

Shades of Observatory #02856E

Tints of Observatory #02856E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.29%

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

R = 0.82%
G = 54.29%
B = 44.9%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#02856E (or 0x02856E) is known color: Observatory. HEX triplet: 02, 85 and 6E. RGB value is (2,133,110). Sum of RGB (Red+Green+Blue) = 2+133+110=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 133 (52.34% from 255 or 54.29% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 133 - color contains mainly: green. Hex color #02856E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02856E is #FD7A91. Grayscale: #5B5B5B. Windows color (decimal): -16611986 or 7243010. OLE color: 7243010.

HSL color Cylindrical-coordinate representation of color #02856E: hue angle of 169.47º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02856E is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 133 110 -
CMYK 0.98 0 0.17 0.48
HSL 169.47º 0.97% 0.26% -
HSV(B) 169.47º 0.98% 0.52% -
XYZ 11.23 17.91 17.62 -
YUV 91.21 138.6 64.37 -
System Red Green Blue C M Y K H S L
Decimal 2 133 110 0.98 0 0.17 0.48 169.47 0.97 0.26
Hex 2 85 6E 62 0 11 30 A9 61 1A
Octal 2 205 156 142 0 21 60 251 141 32
Binary 10 10000101 1101110 1100010 0 10001 110000 10101001 1100001 11010

Color Harmonies of #02856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02856E

Black with #02856E

Text Example


Text Example

White with #02856E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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