#125A29

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

Shades of Crusoe #125A29

Tints of Crusoe #125A29

Color information

#125A29 (or 0x125A29) is unknown color: approx Crusoe. HEX triplet: 12, 5A and 29. RGB value is (18,90,41). Sum of RGB (Red+Green+Blue) = 18+90+41=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 90 (35.55% from 255 or 60.40% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 90 - color contains mainly: green. Hex color #125A29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125A29 is #EDA5D6. Grayscale: #3F3F3F. Windows color (decimal): -15574487 or 2710034. OLE color: 2710034.

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

Color convert

RGB189041-
CMYK0.8000.540.65
HSL139.17º66.67%21.18%-
HSV(B)139.17º80%35.29%-
XYZ4.317.63.34-
YUV62.89115.6595.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.08%
GREEN value IS 90 (35.55% from 255) = 60.40%
BLUE value IS 41 (16.41% from 255) = 27.52%
R=12.08%
G=60.40%
B=27.52%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1890410.8000.540.65139.1766.6721.18
Hex125A2950036418b4315
Octal221325112006610121310325
Binary10010101101010100110100000110110100000110001011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,90,41); }

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

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

 a { background-color: rgb(18,90,41); }

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

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

 span { border-color: rgb(18,90,41); }

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