#025C27

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

Shades of Crusoe #025C27

Tints of Crusoe #025C27

Color information

#025C27 (or 0x025C27) is unknown color: approx Crusoe. HEX triplet: 02, 5C and 27. RGB value is (2,92,39). Sum of RGB (Red+Green+Blue) = 2+92+39=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 92 (36.33% from 255 or 69.17% from 133); Blue value is 39 (15.62% from 255 or 29.32% from 133); Max value from RGB is 92 - color contains mainly: green. Hex color #025C27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025C27 is #FDA3D8. Grayscale: #3B3B3B. Windows color (decimal): -16622553 or 2579458. OLE color: 2579458.

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

Color convert

RGB29239-
CMYK0.9800.580.64
HSL144.67º95.74%18.43%-
HSV(B)144.67º97.83%36.08%-
XYZ4.227.813.21-
YUV59.05116.6887.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.50%
GREEN value IS 92 (36.33% from 255) = 69.17%
BLUE value IS 39 (15.62% from 255) = 29.32%
R=1.50%
G=69.17%
B=29.32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal292390.9800.580.64144.6795.7418.43
Hex25C276203A40916012
Octal21344714207210022114022
Binary10101110010011111000100111010100000010010001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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