#025C2A

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

Shades of Crusoe #025C2A

Tints of Crusoe #025C2A

Color information

#025C2A (or 0x025C2A) is unknown color: approx Crusoe. HEX triplet: 02, 5C and 2A. RGB value is (2,92,42). Sum of RGB (Red+Green+Blue) = 2+92+42=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 92 (36.33% from 255 or 67.65% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 92 - color contains mainly: green. Hex color #025C2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025C2A is #FDA3D5. Grayscale: #3B3B3B. Windows color (decimal): -16622550 or 2776066. OLE color: 2776066.

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

Color convert

RGB29242-
CMYK0.9800.540.64
HSL146.67º95.74%18.43%-
HSV(B)146.67º97.83%36.08%-
XYZ4.277.833.48-
YUV59.39118.1887.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.47%
GREEN value IS 92 (36.33% from 255) = 67.65%
BLUE value IS 42 (16.80% from 255) = 30.88%
R=1.47%
G=67.65%
B=30.88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal292420.9800.540.64146.6795.7418.43
Hex25C2A6203640936012
Octal21345214206610022314022
Binary10101110010101011000100110110100000010010011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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