Html Css Color HEX #025818 Crusoe

📋 copy color: '#025818'

red 2 ◦ green 88 ◦ blue 24

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

Shades of Crusoe #025818

Tints of Crusoe #025818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 21.05%

R = 1.75%
G = 77.19%
B = 21.05%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#025818 (or 0x025818) is known color: Crusoe. HEX triplet: 02, 58 and 18. RGB value is (2,88,24). Sum of RGB (Red+Green+Blue) = 2+88+24=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 88 (34.77% from 255 or 77.19% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 88 - color contains mainly: green. Hex color #025818 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025818 is #FDA7E7. Grayscale: #373737. Windows color (decimal): -16623592 or 1595394. OLE color: 1595394.

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

Color convert

RGB 2 88 24 -
CMYK 0.98 0 0.73 0.65
HSL 135.35º 0.96% 0.18% -
HSV(B) 135.35º 0.98% 0.35% -
XYZ 3.68 7.06 2.03 -
YUV 54.99 110.51 90.2 -
System Red Green Blue C M Y K H S L
Decimal 2 88 24 0.98 0 0.73 0.65 135.35 0.96 0.18
Hex 2 58 18 62 0 49 41 87 60 12
Octal 2 130 30 142 0 111 101 207 140 22
Binary 10 1011000 11000 1100010 0 1001001 1000001 10000111 1100000 10010

Color Harmonies of #025818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025818

Black with #025818

Text Example


Text Example

White with #025818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025818; }

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

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

background-color css

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

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

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

border-color css

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

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

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