Html Css Color HEX #124119 Deep Fir

📋 copy color: '#124119'

red 18 ◦ green 65 ◦ blue 25

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

Shades of Deep Fir #124119

Tints of Deep Fir #124119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 60.19%

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

R = 16.67%
G = 60.19%
B = 23.15%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#124119 (or 0x124119) is known color: Deep Fir. HEX triplet: 12, 41 and 19. RGB value is (18,65,25). Sum of RGB (Red+Green+Blue) = 18+65+25=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 65 (25.78% from 255 or 60.19% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 65 - color contains mainly: green. Hex color #124119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124119 is #EDBEE6. Grayscale: #2E2E2E. Windows color (decimal): -15580903 or 1655058. OLE color: 1655058.

HSL color Cylindrical-coordinate representation of color #124119: hue angle of 128.94º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124119 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 65 25 -
CMYK 0.72 0 0.62 0.75
HSL 128.94º 0.57% 0.16% -
HSV(B) 128.94º 0.72% 0.25% -
XYZ 2.32 3.98 1.57 -
YUV 46.39 115.93 107.75 -
System Red Green Blue C M Y K H S L
Decimal 18 65 25 0.72 0 0.62 0.75 128.94 0.57 0.16
Hex 12 41 19 48 0 3E 4B 81 39 10
Octal 22 101 31 110 0 76 113 201 71 20
Binary 10010 1000001 11001 1001000 0 111110 1001011 10000001 111001 10000

Color Harmonies of #124119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124119

Black with #124119

Text Example


Text Example

White with #124119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124119; }

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

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

background-color css

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

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

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

border-color css

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

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

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