Html Css Color HEX #02856F Observatory

📋 copy color: '#02856F'

red 2 ◦ green 133 ◦ blue 111

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

Shades of Observatory #02856F

Tints of Observatory #02856F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 45.12%

R = 0.81%
G = 54.07%
B = 45.12%

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

#02856F (or 0x02856F) is known color: Observatory. HEX triplet: 02, 85 and 6F. RGB value is (2,133,111). Sum of RGB (Red+Green+Blue) = 2+133+111=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #02856F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02856F is #FD7A90. Grayscale: #5B5B5B. Windows color (decimal): -16611985 or 7308546. OLE color: 7308546.

HSL color Cylindrical-coordinate representation of color #02856F: hue angle of 169.92º 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 #02856F is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 133 111 -
CMYK 0.98 0 0.17 0.48
HSL 169.92º 0.97% 0.26% -
HSV(B) 169.92º 0.98% 0.52% -
XYZ 11.28 17.94 17.91 -
YUV 91.32 139.1 64.29 -
System Red Green Blue C M Y K H S L
Decimal 2 133 111 0.98 0 0.17 0.48 169.92 0.97 0.26
Hex 2 85 6F 62 0 11 30 AA 61 1A
Octal 2 205 157 142 0 21 60 252 141 32
Binary 10 10000101 1101111 1100010 0 10001 110000 10101010 1100001 11010

Color Harmonies of #02856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02856F

Black with #02856F

Text Example


Text Example

White with #02856F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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