#125C1E

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

Shades of Crusoe #125C1E

Tints of Crusoe #125C1E

Color information

#125C1E (or 0x125C1E) is unknown color: approx Crusoe. HEX triplet: 12, 5C and 1E. RGB value is (18,92,30). Sum of RGB (Red+Green+Blue) = 18+92+30=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 92 (36.33% from 255 or 65.71% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 92 - color contains mainly: green. Hex color #125C1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125C1E is #EDA3E1. Grayscale: #3E3E3E. Windows color (decimal): -15573986 or 1989650. OLE color: 1989650.

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

Color convert

RGB189230-
CMYK0.8000.670.64
HSL129.73º67.27%21.57%-
HSV(B)129.73º80.43%36.08%-
XYZ4.317.882.52-
YUV62.81109.4896.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.86%
GREEN value IS 92 (36.33% from 255) = 65.71%
BLUE value IS 30 (12.11% from 255) = 21.43%
R=12.86%
G=65.71%
B=21.43%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1892300.8000.670.64129.7367.2721.57
Hex125C1E5004340824316
Octal2213436120010310020210326
Binary10010101110011110101000001000011100000010000010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,92,30); }

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

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

 a { background-color: rgb(18,92,30); }

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

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

 span { border-color: rgb(18,92,30); }

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