#025F2C

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

Shades of Crusoe #025F2C

Tints of Crusoe #025F2C

Color information

#025F2C (or 0x025F2C) is unknown color: approx Crusoe. HEX triplet: 02, 5F and 2C. RGB value is (2,95,44). Sum of RGB (Red+Green+Blue) = 2+95+44=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 95 (37.5% from 255 or 67.38% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 95 - color contains mainly: green. Hex color #025F2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025F2C is #FDA0D3. Grayscale: #3D3D3D. Windows color (decimal): -16621780 or 2907906. OLE color: 2907906.

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

Color convert

RGB29544-
CMYK0.9800.540.63
HSL147.1º95.88%19.02%-
HSV(B)147.1º97.89%37.25%-
XYZ4.578.383.76-
YUV61.38118.1985.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.42%
GREEN value IS 95 (37.5% from 255) = 67.38%
BLUE value IS 44 (17.58% from 255) = 31.21%
R=1.42%
G=67.38%
B=31.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal295440.9800.540.63147.195.8819.02
Hex25F2C620363F936013
Octal2137541420667722314023
Binary1010111111011001100010011011011111110010011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,95,44); }

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

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

 a { background-color: rgb(2,95,44); }

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

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

 span { border-color: rgb(2,95,44); }

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