Html Css Color HEX #025711 Crusoe

📋 copy color: '#025711'

red 2 ◦ green 87 ◦ blue 17

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

Shades of Crusoe #025711

Tints of Crusoe #025711

RGB

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

 GREEN value IS 87 (34.38% from 255) = 82.08%

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

R = 1.89%
G = 82.08%
B = 16.04%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#025711 (or 0x025711) is known color: Crusoe. HEX triplet: 02, 57 and 11. RGB value is (2,87,17). Sum of RGB (Red+Green+Blue) = 2+87+17=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 87 (34.38% from 255 or 82.08% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 87 - color contains mainly: green. Hex color #025711 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025711 is #FDA8EE. Grayscale: #353535. Windows color (decimal): -16623855 or 1136386. OLE color: 1136386.

HSL color Cylindrical-coordinate representation of color #025711: hue angle of 130.59º degrees, saturation: 0.96, 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 #025711 is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB 2 87 17 -
CMYK 0.98 0 0.80 0.66
HSL 130.59º 0.96% 0.17% -
HSV(B) 130.59º 0.98% 0.34% -
XYZ 3.53 6.87 1.67 -
YUV 53.61 107.34 91.19 -
System Red Green Blue C M Y K H S L
Decimal 2 87 17 0.98 0 0.80 0.66 130.59 0.96 0.17
Hex 2 57 11 62 0 50 42 83 60 11
Octal 2 127 21 142 0 120 102 203 140 21
Binary 10 1010111 10001 1100010 0 1010000 1000010 10000011 1100000 10001

Color Harmonies of #025711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025711

Black with #025711

Text Example


Text Example

White with #025711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025711; }

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

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

background-color css

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

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

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

border-color css

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

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

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