Html Css Color HEX #028872 Observatory

📋 copy color: '#028872'

red 2 ◦ green 136 ◦ blue 114

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

Shades of Observatory #028872

Tints of Observatory #028872

RGB

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

 GREEN value IS 136 (53.52% from 255) = 53.97%

 BLUE value IS 114 (44.92% from 255) = 45.24%

R = 0.79%
G = 53.97%
B = 45.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#028872 (or 0x028872) is known color: Observatory. HEX triplet: 02, 88 and 72. RGB value is (2,136,114). Sum of RGB (Red+Green+Blue) = 2+136+114=252 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 252); Green value is 136 (53.52% from 255 or 53.97% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 136 - color contains mainly: green. Hex color #028872 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028872 is #FD778D. Grayscale: #5D5D5D. Windows color (decimal): -16611214 or 7505922. OLE color: 7505922.

HSL color Cylindrical-coordinate representation of color #028872: hue angle of 170.15º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028872 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 136 114 -
CMYK 0.99 0 0.16 0.47
HSL 170.15º 0.97% 0.27% -
HSV(B) 170.15º 0.99% 0.53% -
XYZ 11.87 18.84 18.93 -
YUV 93.43 139.61 62.79 -
System Red Green Blue C M Y K H S L
Decimal 2 136 114 0.99 0 0.16 0.47 170.15 0.97 0.27
Hex 2 88 72 63 0 10 2F AA 61 1B
Octal 2 210 162 143 0 20 57 252 141 33
Binary 10 10001000 1110010 1100011 0 10000 101111 10101010 1100001 11011

Color Harmonies of #028872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028872

Black with #028872

Text Example


Text Example

White with #028872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028872; }

 p { color: rgb(2,136,114); }

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

background-color css

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

 a { background-color: rgb(2,136,114); }

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

border-color css

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

 span { border-color: rgb(2,136,114); }

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