Html Css Color HEX #02591A Crusoe

📋 copy color: '#02591A'

red 2 ◦ green 89 ◦ blue 26

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

Shades of Crusoe #02591A

Tints of Crusoe #02591A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 76.07%

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

R = 1.71%
G = 76.07%
B = 22.22%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#02591A (or 0x02591A) is known color: Crusoe. HEX triplet: 02, 59 and 1A. RGB value is (2,89,26). Sum of RGB (Red+Green+Blue) = 2+89+26=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 89 (35.16% from 255 or 76.07% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 89 - color contains mainly: green. Hex color #02591A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02591A is #FDA6E5. Grayscale: #373737. Windows color (decimal): -16623334 or 1726722. OLE color: 1726722.

HSL color Cylindrical-coordinate representation of color #02591A: hue angle of 136.55º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02591A is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB 2 89 26 -
CMYK 0.98 0 0.71 0.65
HSL 136.55º 0.96% 0.18% -
HSV(B) 136.55º 0.98% 0.35% -
XYZ 3.78 7.23 2.17 -
YUV 55.81 111.18 89.62 -
System Red Green Blue C M Y K H S L
Decimal 2 89 26 0.98 0 0.71 0.65 136.55 0.96 0.18
Hex 2 59 1A 62 0 47 41 89 60 12
Octal 2 131 32 142 0 107 101 211 140 22
Binary 10 1011001 11010 1100010 0 1000111 1000001 10001001 1100000 10010

Color Harmonies of #02591A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02591A

Black with #02591A

Text Example


Text Example

White with #02591A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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