Html Css Color HEX #124221 Deep Fir

📋 copy color: '#124221'

red 18 ◦ green 66 ◦ blue 33

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

Shades of Deep Fir #124221

Tints of Deep Fir #124221

RGB

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

 GREEN value IS 66 (26.17% from 255) = 56.41%

 BLUE value IS 33 (13.28% from 255) = 28.21%

R = 15.38%
G = 56.41%
B = 28.21%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.5

 K value IS 0.74

RGB Variations

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

Color information

#124221 (or 0x124221) is known color: Deep Fir. HEX triplet: 12, 42 and 21. RGB value is (18,66,33). Sum of RGB (Red+Green+Blue) = 18+66+33=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 66 (26.17% from 255 or 56.41% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 66 - color contains mainly: green. Hex color #124221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124221 is #EDBDDE. Grayscale: #2F2F2F. Windows color (decimal): -15580639 or 2179602. OLE color: 2179602.

HSL color Cylindrical-coordinate representation of color #124221: hue angle of 138.75º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #124221 is Cyan = 0.73, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 66 33 -
CMYK 0.73 0 0.5 0.74
HSL 138.75º 0.57% 0.16% -
HSV(B) 138.75º 0.73% 0.26% -
XYZ 2.47 4.13 2.11 -
YUV 47.89 119.6 106.68 -
System Red Green Blue C M Y K H S L
Decimal 18 66 33 0.73 0 0.5 0.74 138.75 0.57 0.16
Hex 12 42 21 49 0 32 4A 8B 39 10
Octal 22 102 41 111 0 62 112 213 71 20
Binary 10010 1000010 100001 1001001 0 110010 1001010 10001011 111001 10000

Color Harmonies of #124221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124221

Black with #124221

Text Example


Text Example

White with #124221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124221; }

 p { color: rgb(18,66,33); }

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

background-color css

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

 a { background-color: rgb(18,66,33); }

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

border-color css

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

 span { border-color: rgb(18,66,33); }

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