#027525

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

Shades of Crusoe #027525

Tints of Crusoe #027525

Color information

#027525 (or 0x027525) is unknown color: approx Crusoe. HEX triplet: 02, 75 and 25. RGB value is (2,117,37). Sum of RGB (Red+Green+Blue) = 2+117+37=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 117 (46.09% from 255 or 75% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 117 - color contains mainly: green. Hex color #027525 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027525 is #FD8ADA. Grayscale: #494949. Windows color (decimal): -16616155 or 2454786. OLE color: 2454786.

HSL color Cylindrical-coordinate representation of color #027525: hue angle of 138.26º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027525 is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB211737-
CMYK0.9800.680.54
HSL138.26º96.64%23.33%-
HSV(B)138.26º98.29%45.88%-
XYZ6.7212.873.88-
YUV73.5107.477-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.28%
GREEN value IS 117 (46.09% from 255) = 75%
BLUE value IS 37 (14.84% from 255) = 23.72%
R=1.28%
G=75%
B=23.72%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2117370.9800.680.54138.2696.6423.33
Hex2752562044368a6117
Octal21654514201046621214127
Binary10111010110010111000100100010011011010001010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027525; }

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

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

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

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

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

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

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

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