#122F25

Color #122F25 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #122F25

Tints of Dark Green #122F25

Color information

#122F25 (or 0x122F25) is unknown color: approx Dark Green. HEX triplet: 12, 2F and 25. RGB value is (18,47,37). Sum of RGB (Red+Green+Blue) = 18+47+37=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 47 (18.75% from 255 or 46.08% from 102); Blue value is 37 (14.84% from 255 or 36.27% from 102); Max value from RGB is 47 - color contains mainly: green. Hex color #122F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122F25 is #EDD0DA. Grayscale: #252525. Windows color (decimal): -15585499 or 2436882. OLE color: 2436882.

HSL color Cylindrical-coordinate representation of color #122F25: hue angle of 159.31º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #122F25 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.82.

Color convert

RGB184737-
CMYK0.6200.210.82
HSL159.31º44.62%12.75%-
HSV(B)159.31º61.7%18.43%-
XYZ1.62.32.11-
YUV37.19127.89114.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.65%
GREEN value IS 47 (18.75% from 255) = 46.08%
BLUE value IS 37 (14.84% from 255) = 36.27%
R=17.65%
G=46.08%
B=36.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1847370.6200.210.82159.3144.6212.75
Hex122F253E015529f2dd
Octal225745760251222375515
Binary100101011111001011111100101011010010100111111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122F25; }

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

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

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

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

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

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

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

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