Html Css Color HEX #025717 Crusoe

📋 copy color: '#025717'

red 2 ◦ green 87 ◦ blue 23

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

Shades of Crusoe #025717

Tints of Crusoe #025717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 20.54%

R = 1.79%
G = 77.68%
B = 20.54%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#025717 (or 0x025717) is known color: Crusoe. HEX triplet: 02, 57 and 17. RGB value is (2,87,23). Sum of RGB (Red+Green+Blue) = 2+87+23=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 87 (34.38% from 255 or 77.68% from 112); Blue value is 23 (9.38% from 255 or 20.54% from 112); Max value from RGB is 87 - color contains mainly: green. Hex color #025717 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025717 is #FDA8E8. Grayscale: #363636. Windows color (decimal): -16623849 or 1529602. OLE color: 1529602.

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

Color convert

RGB 2 87 23 -
CMYK 0.98 0 0.74 0.66
HSL 134.82º 0.96% 0.17% -
HSV(B) 134.82º 0.98% 0.34% -
XYZ 3.59 6.89 1.95 -
YUV 54.29 110.34 90.7 -
System Red Green Blue C M Y K H S L
Decimal 2 87 23 0.98 0 0.74 0.66 134.82 0.96 0.17
Hex 2 57 17 62 0 4A 42 87 60 11
Octal 2 127 27 142 0 112 102 207 140 21
Binary 10 1010111 10111 1100010 0 1001010 1000010 10000111 1100000 10001

Color Harmonies of #025717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025717

Black with #025717

Text Example


Text Example

White with #025717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025717; }

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

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

background-color css

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

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

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

border-color css

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

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

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