Html Css Color HEX #02561F Crusoe

📋 copy color: '#02561F'

red 2 ◦ green 86 ◦ blue 31

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

Shades of Crusoe #02561F

Tints of Crusoe #02561F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 26.05%

R = 1.68%
G = 72.27%
B = 26.05%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#02561F (or 0x02561F) is known color: Crusoe. HEX triplet: 02, 56 and 1F. RGB value is (2,86,31). Sum of RGB (Red+Green+Blue) = 2+86+31=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 86 (33.98% from 255 or 72.27% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 86 - color contains mainly: green. Hex color #02561F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02561F is #FDA9E0. Grayscale: #363636. Windows color (decimal): -16624097 or 2053634. OLE color: 2053634.

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

Color convert

RGB 2 86 31 -
CMYK 0.98 0 0.64 0.66
HSL 140.71º 0.95% 0.17% -
HSV(B) 140.71º 0.98% 0.34% -
XYZ 3.6 6.77 2.41 -
YUV 54.61 114.67 90.47 -
System Red Green Blue C M Y K H S L
Decimal 2 86 31 0.98 0 0.64 0.66 140.71 0.95 0.17
Hex 2 56 1F 62 0 40 42 8D 5F 11
Octal 2 126 37 142 0 100 102 215 137 21
Binary 10 1010110 11111 1100010 0 1000000 1000010 10001101 1011111 10001

Color Harmonies of #02561F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02561F

Black with #02561F

Text Example


Text Example

White with #02561F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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