Html Css Color HEX #122919 Deep Fir

📋 copy color: '#122919'

red 18 ◦ green 41 ◦ blue 25

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

Shades of Deep Fir #122919

Tints of Deep Fir #122919

RGB

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

 GREEN value IS 41 (16.41% from 255) = 48.81%

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

R = 21.43%
G = 48.81%
B = 29.76%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.39

 K value IS 0.84

RGB Variations

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

Color information

#122919 (or 0x122919) is known color: Deep Fir. HEX triplet: 12, 29 and 19. RGB value is (18,41,25). Sum of RGB (Red+Green+Blue) = 18+41+25=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 41 (16.41% from 255 or 48.81% from 84); Blue value is 25 (10.16% from 255 or 29.76% from 84); Max value from RGB is 41 - color contains mainly: green. Hex color #122919 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122919 is #EDD6E6. Grayscale: #202020. Windows color (decimal): -15587047 or 1648914. OLE color: 1648914.

HSL color Cylindrical-coordinate representation of color #122919: hue angle of 138.26º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #122919 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 41 25 -
CMYK 0.56 0 0.39 0.84
HSL 138.26º 0.39% 0.12% -
HSV(B) 138.26º 0.56% 0.16% -
XYZ 1.22 1.78 1.2 -
YUV 32.3 123.88 117.8 -
System Red Green Blue C M Y K H S L
Decimal 18 41 25 0.56 0 0.39 0.84 138.26 0.39 0.12
Hex 12 29 19 38 0 27 54 8A 27 C
Octal 22 51 31 70 0 47 124 212 47 14
Binary 10010 101001 11001 111000 0 100111 1010100 10001010 100111 1100

Color Harmonies of #122919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122919

Black with #122919

Text Example


Text Example

White with #122919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122919; }

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

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

background-color css

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

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

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

border-color css

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

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

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