Html Css Color HEX #02560F Crusoe

📋 copy color: '#02560F'

red 2 ◦ green 86 ◦ blue 15

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

Shades of Crusoe #02560F

Tints of Crusoe #02560F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 14.56%

R = 1.94%
G = 83.5%
B = 14.56%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#02560F (or 0x02560F) is known color: Crusoe. HEX triplet: 02, 56 and 0F. RGB value is (2,86,15). Sum of RGB (Red+Green+Blue) = 2+86+15=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 86 (33.98% from 255 or 83.50% from 103); Blue value is 15 (6.25% from 255 or 14.56% from 103); Max value from RGB is 86 - color contains mainly: green. Hex color #02560F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02560F is #FDA9F0. Grayscale: #343434. Windows color (decimal): -16624113 or 1005058. OLE color: 1005058.

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

Color convert

RGB 2 86 15 -
CMYK 0.98 0 0.83 0.66
HSL 129.29º 0.95% 0.17% -
HSV(B) 129.29º 0.98% 0.34% -
XYZ 3.44 6.7 1.56 -
YUV 52.79 106.67 91.77 -
System Red Green Blue C M Y K H S L
Decimal 2 86 15 0.98 0 0.83 0.66 129.29 0.95 0.17
Hex 2 56 F 62 0 53 42 81 5F 11
Octal 2 126 17 142 0 123 102 201 137 21
Binary 10 1010110 1111 1100010 0 1010011 1000010 10000001 1011111 10001

Color Harmonies of #02560F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02560F

Black with #02560F

Text Example


Text Example

White with #02560F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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