Html Css Color HEX #123B19 Deep Fir

📋 copy color: '#123B19'

red 18 ◦ green 59 ◦ blue 25

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

Shades of Deep Fir #123B19

Tints of Deep Fir #123B19

RGB

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

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

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

R = 17.65%
G = 57.84%
B = 24.51%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.58

 K value IS 0.77

RGB Variations

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

Color information

#123B19 (or 0x123B19) is known color: Deep Fir. HEX triplet: 12, 3B and 19. RGB value is (18,59,25). Sum of RGB (Red+Green+Blue) = 18+59+25=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 59 (23.44% from 255 or 57.84% from 102); Blue value is 25 (10.16% from 255 or 24.51% from 102); Max value from RGB is 59 - color contains mainly: green. Hex color #123B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123B19 is #EDC4E6. Grayscale: #2A2A2A. Windows color (decimal): -15582439 or 1653522. OLE color: 1653522.

HSL color Cylindrical-coordinate representation of color #123B19: hue angle of 130.24º 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 #123B19 is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.77.

Color convert

RGB 18 59 25 -
CMYK 0.69 0 0.58 0.77
HSL 130.24º 0.53% 0.15% -
HSV(B) 130.24º 0.69% 0.23% -
XYZ 1.99 3.33 1.46 -
YUV 42.87 117.92 110.26 -
System Red Green Blue C M Y K H S L
Decimal 18 59 25 0.69 0 0.58 0.77 130.24 0.53 0.15
Hex 12 3B 19 45 0 3A 4D 82 35 F
Octal 22 73 31 105 0 72 115 202 65 17
Binary 10010 111011 11001 1000101 0 111010 1001101 10000010 110101 1111

Color Harmonies of #123B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123B19

Black with #123B19

Text Example


Text Example

White with #123B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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