Html Css Color HEX #025A11 Crusoe

📋 copy color: '#025A11'

red 2 ◦ green 90 ◦ blue 17

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

Shades of Crusoe #025A11

Tints of Crusoe #025A11

RGB

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

 GREEN value IS 90 (35.55% from 255) = 82.57%

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

R = 1.83%
G = 82.57%
B = 15.6%

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

#025A11 (or 0x025A11) is known color: Crusoe. HEX triplet: 02, 5A and 11. RGB value is (2,90,17). Sum of RGB (Red+Green+Blue) = 2+90+17=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 90 (35.55% from 255 or 82.57% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 90 - color contains mainly: green. Hex color #025A11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025A11 is #FDA5EE. Grayscale: #373737. Windows color (decimal): -16623087 or 1137154. OLE color: 1137154.

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

Color convert

RGB 2 90 17 -
CMYK 0.98 0 0.81 0.65
HSL 130.23º 0.96% 0.18% -
HSV(B) 130.23º 0.98% 0.35% -
XYZ 3.78 7.37 1.75 -
YUV 55.37 106.35 89.94 -
System Red Green Blue C M Y K H S L
Decimal 2 90 17 0.98 0 0.81 0.65 130.23 0.96 0.18
Hex 2 5A 11 62 0 51 41 82 60 12
Octal 2 132 21 142 0 121 101 202 140 22
Binary 10 1011010 10001 1100010 0 1010001 1000001 10000010 1100000 10010

Color Harmonies of #025A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025A11

Black with #025A11

Text Example


Text Example

White with #025A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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