Html Css Color HEX #123019 Deep Fir

📋 copy color: '#123019'

red 18 ◦ green 48 ◦ blue 25

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

Shades of Deep Fir #123019

Tints of Deep Fir #123019

RGB

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

 GREEN value IS 48 (19.14% from 255) = 52.75%

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

R = 19.78%
G = 52.75%
B = 27.47%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.48

 K value IS 0.81

RGB Variations

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

Color information

#123019 (or 0x123019) is known color: Deep Fir. HEX triplet: 12, 30 and 19. RGB value is (18,48,25). Sum of RGB (Red+Green+Blue) = 18+48+25=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 48 (19.14% from 255 or 52.75% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 48 - color contains mainly: green. Hex color #123019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123019 is #EDCFE6. Grayscale: #242424. Windows color (decimal): -15585255 or 1650706. OLE color: 1650706.

HSL color Cylindrical-coordinate representation of color #123019: hue angle of 134º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #123019 is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.81.

Color convert

RGB 18 48 25 -
CMYK 0.63 0 0.48 0.81
HSL 134º 0.45% 0.13% -
HSV(B) 134º 0.63% 0.19% -
XYZ 1.48 2.31 1.29 -
YUV 36.41 121.56 114.87 -
System Red Green Blue C M Y K H S L
Decimal 18 48 25 0.63 0 0.48 0.81 134 0.45 0.13
Hex 12 30 19 3F 0 30 51 86 2D D
Octal 22 60 31 77 0 60 121 206 55 15
Binary 10010 110000 11001 111111 0 110000 1010001 10000110 101101 1101

Color Harmonies of #123019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123019

Black with #123019

Text Example


Text Example

White with #123019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123019; }

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

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

background-color css

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

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

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

border-color css

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

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

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