#124125

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

Shades of Deep Fir #124125

Tints of Deep Fir #124125

Color information

#124125 (or 0x124125) is unknown color: approx Deep Fir. HEX triplet: 12, 41 and 25. RGB value is (18,65,37). Sum of RGB (Red+Green+Blue) = 18+65+37=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #124125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124125 is #EDBEDA. Grayscale: #2F2F2F. Windows color (decimal): -15580891 or 2441490. OLE color: 2441490.

HSL color Cylindrical-coordinate representation of color #124125: hue angle of 144.26º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124125 is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB186537-
CMYK0.7200.430.75
HSL144.26º56.63%16.27%-
HSV(B)144.26º72.31%25.49%-
XYZ2.474.042.4-
YUV47.76121.93106.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15%
GREEN value IS 65 (25.78% from 255) = 54.17%
BLUE value IS 37 (14.84% from 255) = 30.83%
R=15%
G=54.17%
B=30.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1865370.7200.430.75144.2656.6316.27
Hex1241254802B4B903910
Octal22101451100531132207120
Binary1001010000011001011001000010101110010111001000011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124125; }

 p { color: rgb(18,65,37); }

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

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

 a { background-color: rgb(18,65,37); }

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

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

 span { border-color: rgb(18,65,37); }

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