Html Css Color HEX #025912 Crusoe

📋 copy color: '#025912'

red 2 ◦ green 89 ◦ blue 18

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

Shades of Crusoe #025912

Tints of Crusoe #025912

RGB

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

 GREEN value IS 89 (35.16% from 255) = 81.65%

 BLUE value IS 18 (7.42% from 255) = 16.51%

R = 1.83%
G = 81.65%
B = 16.51%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#025912 (or 0x025912) is known color: Crusoe. HEX triplet: 02, 59 and 12. RGB value is (2,89,18). Sum of RGB (Red+Green+Blue) = 2+89+18=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 89 (35.16% from 255 or 81.65% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 89 - color contains mainly: green. Hex color #025912 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025912 is #FDA6ED. Grayscale: #373737. Windows color (decimal): -16623342 or 1202434. OLE color: 1202434.

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

Color convert

RGB 2 89 18 -
CMYK 0.98 0 0.80 0.65
HSL 131.03º 0.96% 0.18% -
HSV(B) 131.03º 0.98% 0.35% -
XYZ 3.71 7.2 1.77 -
YUV 54.89 107.18 90.27 -
System Red Green Blue C M Y K H S L
Decimal 2 89 18 0.98 0 0.80 0.65 131.03 0.96 0.18
Hex 2 59 12 62 0 50 41 83 60 12
Octal 2 131 22 142 0 120 101 203 140 22
Binary 10 1011001 10010 1100010 0 1010000 1000001 10000011 1100000 10010

Color Harmonies of #025912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025912

Black with #025912

Text Example


Text Example

White with #025912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025912; }

 p { color: rgb(2,89,18); }

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

background-color css

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

 a { background-color: rgb(2,89,18); }

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

border-color css

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

 span { border-color: rgb(2,89,18); }

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