Html Css Color HEX #02561E Crusoe

📋 copy color: '#02561E'

red 2 ◦ green 86 ◦ blue 30

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

Shades of Crusoe #02561E

Tints of Crusoe #02561E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 25.42%

R = 1.69%
G = 72.88%
B = 25.42%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.65

 K value IS 0.66

RGB Variations

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

Color information

#02561E (or 0x02561E) is known color: Crusoe. HEX triplet: 02, 56 and 1E. RGB value is (2,86,30). Sum of RGB (Red+Green+Blue) = 2+86+30=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 86 (33.98% from 255 or 72.88% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 86 - color contains mainly: green. Hex color #02561E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02561E is #FDA9E1. Grayscale: #363636. Windows color (decimal): -16624098 or 1988098. OLE color: 1988098.

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

Color convert

RGB 2 86 30 -
CMYK 0.98 0 0.65 0.66
HSL 140º 0.95% 0.17% -
HSV(B) 140º 0.98% 0.34% -
XYZ 3.59 6.76 2.34 -
YUV 54.5 114.17 90.55 -
System Red Green Blue C M Y K H S L
Decimal 2 86 30 0.98 0 0.65 0.66 140 0.95 0.17
Hex 2 56 1E 62 0 41 42 8C 5F 11
Octal 2 126 36 142 0 101 102 214 137 21
Binary 10 1010110 11110 1100010 0 1000001 1000010 10001100 1011111 10001

Color Harmonies of #02561E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02561E

Black with #02561E

Text Example


Text Example

White with #02561E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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