#125F27

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

Shades of Crusoe #125F27

Tints of Crusoe #125F27

Color information

#125F27 (or 0x125F27) is unknown color: approx Crusoe. HEX triplet: 12, 5F and 27. RGB value is (18,95,39). Sum of RGB (Red+Green+Blue) = 18+95+39=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 95 (37.5% from 255 or 62.5% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 95 - color contains mainly: green. Hex color #125F27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125F27 is #EDA0D8. Grayscale: #414141. Windows color (decimal): -15573209 or 2580242. OLE color: 2580242.

HSL color Cylindrical-coordinate representation of color #125F27: hue angle of 136.36º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125F27 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.63.

Color convert

RGB189539-
CMYK0.8100.590.63
HSL136.36º68.14%22.16%-
HSV(B)136.36º81.05%37.25%-
XYZ4.718.463.3-
YUV65.59112.9994.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.84%
GREEN value IS 95 (37.5% from 255) = 62.5%
BLUE value IS 39 (15.62% from 255) = 25.66%
R=11.84%
G=62.5%
B=25.66%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1895390.8100.590.63136.3668.1422.16
Hex125F275103B3F884416
Octal22137471210737721010426
Binary1001010111111001111010001011101111111110001000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125F27; }

 p { color: rgb(18,95,39); }

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

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

 a { background-color: rgb(18,95,39); }

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

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

 span { border-color: rgb(18,95,39); }

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