Html Css Color HEX #025911 Crusoe

📋 copy color: '#025911'

red 2 ◦ green 89 ◦ blue 17

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

Shades of Crusoe #025911

Tints of Crusoe #025911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 15.74%

R = 1.85%
G = 82.41%
B = 15.74%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#025911 (or 0x025911) is known color: Crusoe. HEX triplet: 02, 59 and 11. RGB value is (2,89,17). Sum of RGB (Red+Green+Blue) = 2+89+17=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 89 (35.16% from 255 or 82.41% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 89 - color contains mainly: green. Hex color #025911 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025911 is #FDA6EE. Grayscale: #363636. Windows color (decimal): -16623343 or 1136898. OLE color: 1136898.

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

Color convert

RGB 2 89 17 -
CMYK 0.98 0 0.81 0.65
HSL 130.34º 0.96% 0.18% -
HSV(B) 130.34º 0.98% 0.35% -
XYZ 3.7 7.2 1.72 -
YUV 54.78 106.68 90.35 -
System Red Green Blue C M Y K H S L
Decimal 2 89 17 0.98 0 0.81 0.65 130.34 0.96 0.18
Hex 2 59 11 62 0 51 41 82 60 12
Octal 2 131 21 142 0 121 101 202 140 22
Binary 10 1011001 10001 1100010 0 1010001 1000001 10000010 1100000 10010

Color Harmonies of #025911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025911

Black with #025911

Text Example


Text Example

White with #025911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025911; }

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

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

background-color css

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

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

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

border-color css

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

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

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