Html Css Color HEX #123E1C Deep Fir

📋 copy color: '#123E1C'

red 18 ◦ green 62 ◦ blue 28

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

Shades of Deep Fir #123E1C

Tints of Deep Fir #123E1C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 57.41%

 BLUE value IS 28 (11.33% from 255) = 25.93%

R = 16.67%
G = 57.41%
B = 25.93%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.55

 K value IS 0.76

RGB Variations

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

Color information

#123E1C (or 0x123E1C) is known color: Deep Fir. HEX triplet: 12, 3E and 1C. RGB value is (18,62,28). Sum of RGB (Red+Green+Blue) = 18+62+28=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 62 (24.61% from 255 or 57.41% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 62 - color contains mainly: green. Hex color #123E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123E1C is #EDC1E3. Grayscale: #2D2D2D. Windows color (decimal): -15581668 or 1850898. OLE color: 1850898.

HSL color Cylindrical-coordinate representation of color #123E1C: hue angle of 133.64º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123E1C is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.76.

Color convert

RGB 18 62 28 -
CMYK 0.71 0 0.55 0.76
HSL 133.64º 0.55% 0.16% -
HSV(B) 133.64º 0.71% 0.24% -
XYZ 2.18 3.66 1.69 -
YUV 44.97 118.42 108.76 -
System Red Green Blue C M Y K H S L
Decimal 18 62 28 0.71 0 0.55 0.76 133.64 0.55 0.16
Hex 12 3E 1C 47 0 37 4C 86 37 10
Octal 22 76 34 107 0 67 114 206 67 20
Binary 10010 111110 11100 1000111 0 110111 1001100 10000110 110111 10000

Color Harmonies of #123E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123E1C

Black with #123E1C

Text Example


Text Example

White with #123E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123E1C; }

 p { color: rgb(18,62,28); }

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

background-color css

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

 a { background-color: rgb(18,62,28); }

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

border-color css

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

 span { border-color: rgb(18,62,28); }

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