Html Css Color HEX #122619 Deep Fir

📋 copy color: '#122619'

red 18 ◦ green 38 ◦ blue 25

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

Shades of Deep Fir #122619

Tints of Deep Fir #122619

RGB

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

 GREEN value IS 38 (15.23% from 255) = 46.91%

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

R = 22.22%
G = 46.91%
B = 30.86%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.34

 K value IS 0.85

RGB Variations

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

Color information

#122619 (or 0x122619) is known color: Deep Fir. HEX triplet: 12, 26 and 19. RGB value is (18,38,25). Sum of RGB (Red+Green+Blue) = 18+38+25=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 38 (15.23% from 255 or 46.91% from 81); Blue value is 25 (10.16% from 255 or 30.86% from 81); Max value from RGB is 38 - color contains mainly: green. Hex color #122619 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122619 is #EDD9E6. Grayscale: #1E1E1E. Windows color (decimal): -15587815 or 1648146. OLE color: 1648146.

HSL color Cylindrical-coordinate representation of color #122619: hue angle of 141º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #122619 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 38 25 -
CMYK 0.53 0 0.34 0.85
HSL 141º 0.36% 0.11% -
HSV(B) 141º 0.53% 0.15% -
XYZ 1.12 1.59 1.17 -
YUV 30.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 18 38 25 0.53 0 0.34 0.85 141 0.36 0.11
Hex 12 26 19 35 0 22 55 8D 24 B
Octal 22 46 31 65 0 42 125 215 44 13
Binary 10010 100110 11001 110101 0 100010 1010101 10001101 100100 1011

Color Harmonies of #122619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122619

Black with #122619

Text Example


Text Example

White with #122619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122619; }

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

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

background-color css

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

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

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

border-color css

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

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

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