#025B24

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

Shades of Crusoe #025B24

Tints of Crusoe #025B24

Color information

#025B24 (or 0x025B24) is unknown color: approx Crusoe. HEX triplet: 02, 5B and 24. RGB value is (2,91,36). Sum of RGB (Red+Green+Blue) = 2+91+36=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 91 (35.94% from 255 or 70.54% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 91 - color contains mainly: green. Hex color #025B24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025B24 is #FDA4DB. Grayscale: #3A3A3A. Windows color (decimal): -16622812 or 2382594. OLE color: 2382594.

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

Color convert

RGB29136-
CMYK0.9800.600.64
HSL142.92º95.7%18.24%-
HSV(B)142.92º97.8%35.69%-
XYZ4.087.622.93-
YUV58.12115.5187.97-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.55%
GREEN value IS 91 (35.94% from 255) = 70.54%
BLUE value IS 36 (14.45% from 255) = 27.91%
R=1.55%
G=70.54%
B=27.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal291360.9800.600.64142.9295.718.24
Hex25B246203C408f6012
Octal21334414207410021714022
Binary10101101110010011000100111100100000010001111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,91,36); }

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

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

 a { background-color: rgb(2,91,36); }

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

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

 span { border-color: rgb(2,91,36); }

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