#125029

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

Shades of Crusoe #125029

Tints of Crusoe #125029

Color information

#125029 (or 0x125029) is unknown color: approx Crusoe. HEX triplet: 12, 50 and 29. RGB value is (18,80,41). Sum of RGB (Red+Green+Blue) = 18+80+41=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 80 (31.64% from 255 or 57.55% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 80 - color contains mainly: green. Hex color #125029 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125029 is #EDAFD6. Grayscale: #393939. Windows color (decimal): -15577047 or 2707474. OLE color: 2707474.

HSL color Cylindrical-coordinate representation of color #125029: hue angle of 142.26º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #125029 is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB188041-
CMYK0.7800.490.69
HSL142.26º63.27%19.22%-
HSV(B)142.26º77.5%31.37%-
XYZ3.526.033.08-
YUV57.02118.96100.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 80 (31.64% from 255) = 57.55%
BLUE value IS 41 (16.41% from 255) = 29.50%
R=12.95%
G=57.55%
B=29.50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1880410.7800.490.69142.2663.2719.22
Hex1250294E031458e3f13
Octal22120511160611052167723
Binary1001010100001010011001110011000110001011000111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125029; }

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

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

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

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

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

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

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

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