Html Css Color HEX #02885F Observatory

📋 copy color: '#02885F'

red 2 ◦ green 136 ◦ blue 95

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

Shades of Observatory #02885F

Tints of Observatory #02885F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.77%

R = 0.86%
G = 58.37%
B = 40.77%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#02885F (or 0x02885F) is known color: Observatory. HEX triplet: 02, 88 and 5F. RGB value is (2,136,95). Sum of RGB (Red+Green+Blue) = 2+136+95=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 136 (53.52% from 255 or 58.37% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 136 - color contains mainly: green. Hex color #02885F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02885F is #FD77A0. Grayscale: #5B5B5B. Windows color (decimal): -16611233 or 6260738. OLE color: 6260738.

HSL color Cylindrical-coordinate representation of color #02885F: hue angle of 161.64º 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 #02885F is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 136 95 -
CMYK 0.99 0 0.30 0.47
HSL 161.64º 0.97% 0.27% -
HSV(B) 161.64º 0.99% 0.53% -
XYZ 10.89 18.45 13.81 -
YUV 91.26 130.11 64.33 -
System Red Green Blue C M Y K H S L
Decimal 2 136 95 0.99 0 0.30 0.47 161.64 0.97 0.27
Hex 2 88 5F 63 0 1E 2F A2 61 1B
Octal 2 210 137 143 0 36 57 242 141 33
Binary 10 10001000 1011111 1100011 0 11110 101111 10100010 1100001 11011

Color Harmonies of #02885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02885F

Black with #02885F

Text Example


Text Example

White with #02885F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02885F; }

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

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

background-color css

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

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

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

border-color css

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

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

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