Html Css Color HEX #025617 Crusoe

📋 copy color: '#025617'

red 2 ◦ green 86 ◦ blue 23

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

Shades of Crusoe #025617

Tints of Crusoe #025617

RGB

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

 GREEN value IS 86 (33.98% from 255) = 77.48%

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

R = 1.8%
G = 77.48%
B = 20.72%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.73

 K value IS 0.66

RGB Variations

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

Color information

#025617 (or 0x025617) is known color: Crusoe. HEX triplet: 02, 56 and 17. RGB value is (2,86,23). Sum of RGB (Red+Green+Blue) = 2+86+23=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 86 (33.98% from 255 or 77.48% from 111); Blue value is 23 (9.38% from 255 or 20.72% from 111); Max value from RGB is 86 - color contains mainly: green. Hex color #025617 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025617 is #FDA9E8. Grayscale: #353535. Windows color (decimal): -16624105 or 1529346. OLE color: 1529346.

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

Color convert

RGB 2 86 23 -
CMYK 0.98 0 0.73 0.66
HSL 135º 0.95% 0.17% -
HSV(B) 135º 0.98% 0.34% -
XYZ 3.51 6.73 1.92 -
YUV 53.7 110.67 91.12 -
System Red Green Blue C M Y K H S L
Decimal 2 86 23 0.98 0 0.73 0.66 135 0.95 0.17
Hex 2 56 17 62 0 49 42 87 5F 11
Octal 2 126 27 142 0 111 102 207 137 21
Binary 10 1010110 10111 1100010 0 1001001 1000010 10000111 1011111 10001

Color Harmonies of #025617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025617

Black with #025617

Text Example


Text Example

White with #025617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025617; }

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

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

background-color css

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

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

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

border-color css

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

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

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