Html Css Color HEX #02856D Observatory

📋 copy color: '#02856D'

red 2 ◦ green 133 ◦ blue 109

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

Shades of Observatory #02856D

Tints of Observatory #02856D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 44.67%

R = 0.82%
G = 54.51%
B = 44.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#02856D (or 0x02856D) is known color: Observatory. HEX triplet: 02, 85 and 6D. RGB value is (2,133,109). Sum of RGB (Red+Green+Blue) = 2+133+109=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #02856D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02856D is #FD7A92. Grayscale: #5B5B5B. Windows color (decimal): -16611987 or 7177474. OLE color: 7177474.

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

Color convert

RGB 2 133 109 -
CMYK 0.98 0 0.18 0.48
HSL 169.01º 0.97% 0.26% -
HSV(B) 169.01º 0.98% 0.52% -
XYZ 11.17 17.89 17.33 -
YUV 91.1 138.1 64.45 -
System Red Green Blue C M Y K H S L
Decimal 2 133 109 0.98 0 0.18 0.48 169.01 0.97 0.26
Hex 2 85 6D 62 0 12 30 A9 61 1A
Octal 2 205 155 142 0 22 60 251 141 32
Binary 10 10000101 1101101 1100010 0 10010 110000 10101001 1100001 11010

Color Harmonies of #02856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02856D

Black with #02856D

Text Example


Text Example

White with #02856D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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