Html Css Color HEX #02561D Crusoe

📋 copy color: '#02561D'

red 2 ◦ green 86 ◦ blue 29

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

Shades of Crusoe #02561D

Tints of Crusoe #02561D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 24.79%

R = 1.71%
G = 73.5%
B = 24.79%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#02561D (or 0x02561D) is known color: Crusoe. HEX triplet: 02, 56 and 1D. RGB value is (2,86,29). Sum of RGB (Red+Green+Blue) = 2+86+29=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 86 (33.98% from 255 or 73.50% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 86 - color contains mainly: green. Hex color #02561D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02561D is #FDA9E2. Grayscale: #363636. Windows color (decimal): -16624099 or 1922562. OLE color: 1922562.

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

Color convert

RGB 2 86 29 -
CMYK 0.98 0 0.66 0.66
HSL 139.29º 0.95% 0.17% -
HSV(B) 139.29º 0.98% 0.34% -
XYZ 3.57 6.76 2.28 -
YUV 54.39 113.67 90.63 -
System Red Green Blue C M Y K H S L
Decimal 2 86 29 0.98 0 0.66 0.66 139.29 0.95 0.17
Hex 2 56 1D 62 0 42 42 8B 5F 11
Octal 2 126 35 142 0 102 102 213 137 21
Binary 10 1010110 11101 1100010 0 1000010 1000010 10001011 1011111 10001

Color Harmonies of #02561D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02561D

Black with #02561D

Text Example


Text Example

White with #02561D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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