#025A25

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

Shades of Crusoe #025A25

Tints of Crusoe #025A25

Color information

#025A25 (or 0x025A25) is unknown color: approx Crusoe. HEX triplet: 02, 5A and 25. RGB value is (2,90,37). Sum of RGB (Red+Green+Blue) = 2+90+37=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 90 (35.55% from 255 or 69.77% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 90 - color contains mainly: green. Hex color #025A25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025A25 is #FDA5DA. Grayscale: #393939. Windows color (decimal): -16623067 or 2447874. OLE color: 2447874.

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

Color convert

RGB29037-
CMYK0.9800.590.65
HSL143.86º95.65%18.04%-
HSV(B)143.86º97.78%35.29%-
XYZ4.027.462.98-
YUV57.65116.3588.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.55%
GREEN value IS 90 (35.55% from 255) = 69.77%
BLUE value IS 37 (14.84% from 255) = 28.68%
R=1.55%
G=69.77%
B=28.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal290370.9800.590.65143.8695.6518.04
Hex25A256203B41906012
Octal21324514207310122014022
Binary10101101010010111000100111011100000110010000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,90,37); }

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

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

 a { background-color: rgb(2,90,37); }

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

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

 span { border-color: rgb(2,90,37); }

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