Html Css Color HEX #02561C Crusoe

📋 copy color: '#02561C'

red 2 ◦ green 86 ◦ blue 28

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

Shades of Crusoe #02561C

Tints of Crusoe #02561C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 74.14%

 BLUE value IS 28 (11.33% from 255) = 24.14%

R = 1.72%
G = 74.14%
B = 24.14%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#02561C (or 0x02561C) is known color: Crusoe. HEX triplet: 02, 56 and 1C. RGB value is (2,86,28). Sum of RGB (Red+Green+Blue) = 2+86+28=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 86 (33.98% from 255 or 74.14% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 86 - color contains mainly: green. Hex color #02561C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02561C is #FDA9E3. Grayscale: #363636. Windows color (decimal): -16624100 or 1857026. OLE color: 1857026.

HSL color Cylindrical-coordinate representation of color #02561C: hue angle of 138.57º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02561C is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB 2 86 28 -
CMYK 0.98 0 0.67 0.66
HSL 138.57º 0.95% 0.17% -
HSV(B) 138.57º 0.98% 0.34% -
XYZ 3.56 6.75 2.21 -
YUV 54.27 113.17 90.72 -
System Red Green Blue C M Y K H S L
Decimal 2 86 28 0.98 0 0.67 0.66 138.57 0.95 0.17
Hex 2 56 1C 62 0 43 42 8B 5F 11
Octal 2 126 34 142 0 103 102 213 137 21
Binary 10 1010110 11100 1100010 0 1000011 1000010 10001011 1011111 10001

Color Harmonies of #02561C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02561C

Black with #02561C

Text Example


Text Example

White with #02561C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02561C; }

 p { color: rgb(2,86,28); }

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

background-color css

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

 a { background-color: rgb(2,86,28); }

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

border-color css

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

 span { border-color: rgb(2,86,28); }

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