#025D14

Color #025D14 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #025D14

Tints of Crusoe #025D14

Color information

#025D14 (or 0x025D14) is unknown color: approx Crusoe. HEX triplet: 02, 5D and 14. RGB value is (2,93,20). Sum of RGB (Red+Green+Blue) = 2+93+20=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 93 (36.72% from 255 or 80.87% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 93 - color contains mainly: green. Hex color #025D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025D14 is #FDA2EB. Grayscale: #393939. Windows color (decimal): -16622316 or 1334530. OLE color: 1334530.

HSL color Cylindrical-coordinate representation of color #025D14: hue angle of 131.87º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025D14 is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB29320-
CMYK0.9800.780.64
HSL131.87º95.79%18.63%-
HSV(B)131.87º97.85%36.47%-
XYZ4.077.891.97-
YUV57.47106.8588.44-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.74%
GREEN value IS 93 (36.72% from 255) = 80.87%
BLUE value IS 20 (8.20% from 255) = 17.39%
R=1.74%
G=80.87%
B=17.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal293200.9800.780.64131.8795.7918.63
Hex25D146204E40846013
Octal213524142011610020414023
Binary10101110110100110001001001110100000010000100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025D14; }

 p { color: rgb(2,93,20); }

 H1.HeaderClassName
 {
   color: #025D14;
 }
 .AnyTagClassName
 {
   color: #025D14;
 }
</style>
background-color css

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

 a { background-color: rgb(2,93,20); }

 div.DivClassName
 {
   background-color: #025D14;
 }
 .BgClassName
 {
   background-color: #025D14;
 }
</style>
border-color css

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

 span { border-color: rgb(2,93,20); }

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