Html Css Color HEX #123B1E Deep Fir

📋 copy color: '#123B1E'

red 18 ◦ green 59 ◦ blue 30

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

Shades of Deep Fir #123B1E

Tints of Deep Fir #123B1E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 55.14%

 BLUE value IS 30 (12.11% from 255) = 28.04%

R = 16.82%
G = 55.14%
B = 28.04%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.49

 K value IS 0.77

RGB Variations

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

Color information

#123B1E (or 0x123B1E) is known color: Deep Fir. HEX triplet: 12, 3B and 1E. RGB value is (18,59,30). Sum of RGB (Red+Green+Blue) = 18+59+30=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 59 (23.44% from 255 or 55.14% from 107); Blue value is 30 (12.11% from 255 or 28.04% from 107); Max value from RGB is 59 - color contains mainly: green. Hex color #123B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123B1E is #EDC4E1. Grayscale: #2B2B2B. Windows color (decimal): -15582434 or 1981202. OLE color: 1981202.

HSL color Cylindrical-coordinate representation of color #123B1E: hue angle of 137.56º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #123B1E is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.77.

Color convert

RGB 18 59 30 -
CMYK 0.69 0 0.49 0.77
HSL 137.56º 0.53% 0.15% -
HSV(B) 137.56º 0.69% 0.23% -
XYZ 2.05 3.35 1.77 -
YUV 43.44 120.42 109.86 -
System Red Green Blue C M Y K H S L
Decimal 18 59 30 0.69 0 0.49 0.77 137.56 0.53 0.15
Hex 12 3B 1E 45 0 31 4D 8A 35 F
Octal 22 73 36 105 0 61 115 212 65 17
Binary 10010 111011 11110 1000101 0 110001 1001101 10001010 110101 1111

Color Harmonies of #123B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123B1E

Black with #123B1E

Text Example


Text Example

White with #123B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,59,30); }

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

background-color css

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

 a { background-color: rgb(18,59,30); }

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

border-color css

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

 span { border-color: rgb(18,59,30); }

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