Html Css Color HEX #123919 Deep Fir

📋 copy color: '#123919'

red 18 ◦ green 57 ◦ blue 25

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

Shades of Deep Fir #123919

Tints of Deep Fir #123919

RGB

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

 GREEN value IS 57 (22.66% from 255) = 57%

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

R = 18%
G = 57%
B = 25%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#123919 (or 0x123919) is known color: Deep Fir. HEX triplet: 12, 39 and 19. RGB value is (18,57,25). Sum of RGB (Red+Green+Blue) = 18+57+25=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 57 (22.66% from 255 or 57% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 57 - color contains mainly: green. Hex color #123919 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123919 is #EDC6E6. Grayscale: #292929. Windows color (decimal): -15582951 or 1653010. OLE color: 1653010.

HSL color Cylindrical-coordinate representation of color #123919: hue angle of 130.77º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #123919 is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 57 25 -
CMYK 0.68 0 0.56 0.78
HSL 130.77º 0.52% 0.15% -
HSV(B) 130.77º 0.68% 0.22% -
XYZ 1.89 3.13 1.42 -
YUV 41.69 118.58 111.1 -
System Red Green Blue C M Y K H S L
Decimal 18 57 25 0.68 0 0.56 0.78 130.77 0.52 0.15
Hex 12 39 19 44 0 38 4E 83 34 F
Octal 22 71 31 104 0 70 116 203 64 17
Binary 10010 111001 11001 1000100 0 111000 1001110 10000011 110100 1111

Color Harmonies of #123919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123919

Black with #123919

Text Example


Text Example

White with #123919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123919; }

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

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

background-color css

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

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

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

border-color css

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

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

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