#025C2C

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

Shades of Crusoe #025C2C

Tints of Crusoe #025C2C

Color information

#025C2C (or 0x025C2C) is unknown color: approx Crusoe. HEX triplet: 02, 5C and 2C. RGB value is (2,92,44). Sum of RGB (Red+Green+Blue) = 2+92+44=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 92 (36.33% from 255 or 66.67% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 92 - color contains mainly: green. Hex color #025C2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025C2C is #FDA3D3. Grayscale: #3B3B3B. Windows color (decimal): -16622548 or 2907138. OLE color: 2907138.

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

Color convert

RGB29244-
CMYK0.9800.520.64
HSL148º95.74%18.43%-
HSV(B)148º97.83%36.08%-
XYZ4.317.853.67-
YUV59.62119.1886.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.45%
GREEN value IS 92 (36.33% from 255) = 66.67%
BLUE value IS 44 (17.58% from 255) = 31.88%
R=1.45%
G=66.67%
B=31.88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal292440.9800.520.6414895.7418.43
Hex25C2C6203440946012
Octal21345414206410022414022
Binary10101110010110011000100110100100000010010100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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