#025D2F

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

Shades of Crusoe #025D2F

Tints of Crusoe #025D2F

Color information

#025D2F (or 0x025D2F) is unknown color: approx Crusoe. HEX triplet: 02, 5D and 2F. RGB value is (2,93,47). Sum of RGB (Red+Green+Blue) = 2+93+47=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 93 (36.72% from 255 or 65.49% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 93 - color contains mainly: green. Hex color #025D2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025D2F is #FDA2D0. Grayscale: #3C3C3C. Windows color (decimal): -16622289 or 3104002. OLE color: 3104002.

HSL color Cylindrical-coordinate representation of color #025D2F: hue angle of 149.67º 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 #025D2F is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB29347-
CMYK0.9800.490.64
HSL149.67º95.79%18.63%-
HSV(B)149.67º97.85%36.47%-
XYZ4.458.054.01-
YUV60.55120.3586.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.41%
GREEN value IS 93 (36.72% from 255) = 65.49%
BLUE value IS 47 (18.75% from 255) = 33.10%
R=1.41%
G=65.49%
B=33.10%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal293470.9800.490.64149.6795.7918.63
Hex25D2F6203140966013
Octal21355714206110022614023
Binary10101110110111111000100110001100000010010110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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