#125D1F

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

Shades of Crusoe #125D1F

Tints of Crusoe #125D1F

Color information

#125D1F (or 0x125D1F) is unknown color: approx Crusoe. HEX triplet: 12, 5D and 1F. RGB value is (18,93,31). Sum of RGB (Red+Green+Blue) = 18+93+31=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 93 (36.72% from 255 or 65.49% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 93 - color contains mainly: green. Hex color #125D1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125D1F is #EDA2E0. Grayscale: #3F3F3F. Windows color (decimal): -15573729 or 2055442. OLE color: 2055442.

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

Color convert

RGB189331-
CMYK0.8100.670.64
HSL130.4º67.57%21.76%-
HSV(B)130.4º80.65%36.47%-
XYZ4.418.062.62-
YUV63.51109.6595.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.68%
GREEN value IS 93 (36.72% from 255) = 65.49%
BLUE value IS 31 (12.5% from 255) = 21.83%
R=12.68%
G=65.49%
B=21.83%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1893310.8100.670.64130.467.5721.76
Hex125D1F5104340824416
Octal2213537121010310020210426
Binary10010101110111111101000101000011100000010000010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,93,31); }

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

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

 a { background-color: rgb(18,93,31); }

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

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

 span { border-color: rgb(18,93,31); }

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