#025C23

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

Shades of Crusoe #025C23

Tints of Crusoe #025C23

Color information

#025C23 (or 0x025C23) is unknown color: approx Crusoe. HEX triplet: 02, 5C and 23. RGB value is (2,92,35). Sum of RGB (Red+Green+Blue) = 2+92+35=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 92 (36.33% from 255 or 71.32% from 129); Blue value is 35 (14.06% from 255 or 27.13% from 129); Max value from RGB is 92 - color contains mainly: green. Hex color #025C23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025C23 is #FDA3DC. Grayscale: #3A3A3A. Windows color (decimal): -16622557 or 2317314. OLE color: 2317314.

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

Color convert

RGB29235-
CMYK0.9800.620.64
HSL142º95.74%18.43%-
HSV(B)142º97.83%36.08%-
XYZ4.167.792.87-
YUV58.59114.6887.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.55%
GREEN value IS 92 (36.33% from 255) = 71.32%
BLUE value IS 35 (14.06% from 255) = 27.13%
R=1.55%
G=71.32%
B=27.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal292350.9800.620.6414295.7418.43
Hex25C236203E408e6012
Octal21344314207610021614022
Binary10101110010001111000100111110100000010001110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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