Html Css Color HEX #02561A Crusoe

📋 copy color: '#02561A'

red 2 ◦ green 86 ◦ blue 26

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

Shades of Crusoe #02561A

Tints of Crusoe #02561A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 22.81%

R = 1.75%
G = 75.44%
B = 22.81%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#02561A (or 0x02561A) is known color: Crusoe. HEX triplet: 02, 56 and 1A. RGB value is (2,86,26). Sum of RGB (Red+Green+Blue) = 2+86+26=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 86 (33.98% from 255 or 75.44% from 114); Blue value is 26 (10.55% from 255 or 22.81% from 114); Max value from RGB is 86 - color contains mainly: green. Hex color #02561A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02561A is #FDA9E5. Grayscale: #363636. Windows color (decimal): -16624102 or 1725954. OLE color: 1725954.

HSL color Cylindrical-coordinate representation of color #02561A: hue angle of 137.14º 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 #02561A is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB 2 86 26 -
CMYK 0.98 0 0.70 0.66
HSL 137.14º 0.95% 0.17% -
HSV(B) 137.14º 0.98% 0.34% -
XYZ 3.54 6.74 2.09 -
YUV 54.04 112.17 90.88 -
System Red Green Blue C M Y K H S L
Decimal 2 86 26 0.98 0 0.70 0.66 137.14 0.95 0.17
Hex 2 56 1A 62 0 46 42 89 5F 11
Octal 2 126 32 142 0 106 102 211 137 21
Binary 10 1010110 11010 1100010 0 1000110 1000010 10001001 1011111 10001

Color Harmonies of #02561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02561A

Black with #02561A

Text Example


Text Example

White with #02561A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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