#125B2C

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

Shades of Crusoe #125B2C

Tints of Crusoe #125B2C

Color information

#125B2C (or 0x125B2C) is unknown color: approx Crusoe. HEX triplet: 12, 5B and 2C. RGB value is (18,91,44). Sum of RGB (Red+Green+Blue) = 18+91+44=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 91 (35.94% from 255 or 59.48% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 91 - color contains mainly: green. Hex color #125B2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125B2C is #EDA4D3. Grayscale: #3F3F3F. Windows color (decimal): -15574228 or 2906898. OLE color: 2906898.

HSL color Cylindrical-coordinate representation of color #125B2C: hue angle of 141.37º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125B2C is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB189144-
CMYK0.8000.520.64
HSL141.37º66.97%21.37%-
HSV(B)141.37º80.22%35.69%-
XYZ4.457.793.65-
YUV63.81116.8295.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.76%
GREEN value IS 91 (35.94% from 255) = 59.48%
BLUE value IS 44 (17.58% from 255) = 28.76%
R=11.76%
G=59.48%
B=28.76%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1891440.8000.520.64141.3766.9721.37
Hex125B2C50034408d4315
Octal221335412006410021510325
Binary10010101101110110010100000110100100000010001101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,91,44); }

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

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

 a { background-color: rgb(18,91,44); }

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

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

 span { border-color: rgb(18,91,44); }

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