Html Css Color HEX #025817 Crusoe

📋 copy color: '#025817'

red 2 ◦ green 88 ◦ blue 23

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

Shades of Crusoe #025817

Tints of Crusoe #025817

RGB

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

 GREEN value IS 88 (34.77% from 255) = 77.88%

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

R = 1.77%
G = 77.88%
B = 20.35%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#025817 (or 0x025817) is known color: Crusoe. HEX triplet: 02, 58 and 17. RGB value is (2,88,23). Sum of RGB (Red+Green+Blue) = 2+88+23=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 88 (34.77% from 255 or 77.88% from 113); Blue value is 23 (9.38% from 255 or 20.35% from 113); Max value from RGB is 88 - color contains mainly: green. Hex color #025817 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025817 is #FDA7E8. Grayscale: #373737. Windows color (decimal): -16623593 or 1529858. OLE color: 1529858.

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

Color convert

RGB 2 88 23 -
CMYK 0.98 0 0.74 0.65
HSL 134.65º 0.96% 0.18% -
HSV(B) 134.65º 0.98% 0.35% -
XYZ 3.67 7.05 1.98 -
YUV 54.88 110.01 90.29 -
System Red Green Blue C M Y K H S L
Decimal 2 88 23 0.98 0 0.74 0.65 134.65 0.96 0.18
Hex 2 58 17 62 0 4A 41 87 60 12
Octal 2 130 27 142 0 112 101 207 140 22
Binary 10 1011000 10111 1100010 0 1001010 1000001 10000111 1100000 10010

Color Harmonies of #025817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025817

Black with #025817

Text Example


Text Example

White with #025817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025817; }

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

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

background-color css

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

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

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

border-color css

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

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

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