Html Css Color HEX #122E19 Deep Fir

📋 copy color: '#122E19'

red 18 ◦ green 46 ◦ blue 25

#122E19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #122E19

Tints of Deep Fir #122E19

RGB

 RED value IS 18 (7.42% from 255) = 20.22%

 GREEN value IS 46 (18.36% from 255) = 51.69%

 BLUE value IS 25 (10.16% from 255) = 28.09%

R = 20.22%
G = 51.69%
B = 28.09%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.46

 K value IS 0.82

RGB Variations

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

Color information

#122E19 (or 0x122E19) is known color: Deep Fir. HEX triplet: 12, 2E and 19. RGB value is (18,46,25). Sum of RGB (Red+Green+Blue) = 18+46+25=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 46 (18.36% from 255 or 51.69% from 89); Blue value is 25 (10.16% from 255 or 28.09% from 89); Max value from RGB is 46 - color contains mainly: green. Hex color #122E19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122E19 is #EDD1E6. Grayscale: #232323. Windows color (decimal): -15585767 or 1650194. OLE color: 1650194.

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

Color convert

RGB 18 46 25 -
CMYK 0.61 0 0.46 0.82
HSL 135º 0.44% 0.13% -
HSV(B) 135º 0.61% 0.18% -
XYZ 1.4 2.15 1.26 -
YUV 35.23 122.22 115.71 -
System Red Green Blue C M Y K H S L
Decimal 18 46 25 0.61 0 0.46 0.82 135 0.44 0.13
Hex 12 2E 19 3D 0 2E 52 87 2C D
Octal 22 56 31 75 0 56 122 207 54 15
Binary 10010 101110 11001 111101 0 101110 1010010 10000111 101100 1101

Color Harmonies of #122E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122E19

Black with #122E19

Text Example


Text Example

White with #122E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,46,25); }

 H1.HeaderClassName
 {
   color: #122E19;
 }
 .AnyTagClassName
 {
   color: #122E19;
 }
</style>

background-color css

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

 a { background-color: rgb(18,46,25); }

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

border-color css

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

 span { border-color: rgb(18,46,25); }

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