Html Css Color HEX #025511 Crusoe

📋 copy color: '#025511'

red 2 ◦ green 85 ◦ blue 17

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

Shades of Crusoe #025511

Tints of Crusoe #025511

RGB

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

 GREEN value IS 85 (33.59% from 255) = 81.73%

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

R = 1.92%
G = 81.73%
B = 16.35%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#025511 (or 0x025511) is known color: Crusoe. HEX triplet: 02, 55 and 11. RGB value is (2,85,17). Sum of RGB (Red+Green+Blue) = 2+85+17=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 85 (33.59% from 255 or 81.73% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 85 - color contains mainly: green. Hex color #025511 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025511 is #FDAAEE. Grayscale: #343434. Windows color (decimal): -16624367 or 1135874. OLE color: 1135874.

HSL color Cylindrical-coordinate representation of color #025511: hue angle of 130.84º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025511 is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 85 17 -
CMYK 0.98 0 0.80 0.67
HSL 130.84º 0.95% 0.17% -
HSV(B) 130.84º 0.98% 0.33% -
XYZ 3.37 6.55 1.62 -
YUV 52.43 108 92.03 -
System Red Green Blue C M Y K H S L
Decimal 2 85 17 0.98 0 0.80 0.67 130.84 0.95 0.17
Hex 2 55 11 62 0 50 43 83 5F 11
Octal 2 125 21 142 0 120 103 203 137 21
Binary 10 1010101 10001 1100010 0 1010000 1000011 10000011 1011111 10001

Color Harmonies of #025511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025511

Black with #025511

Text Example


Text Example

White with #025511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025511; }

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

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

background-color css

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

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

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

border-color css

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

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

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