Html Css Color HEX #123B21 Deep Fir

📋 copy color: '#123B21'

red 18 ◦ green 59 ◦ blue 33

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

Shades of Deep Fir #123B21

Tints of Deep Fir #123B21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 30%

R = 16.36%
G = 53.64%
B = 30%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.44

 K value IS 0.77

RGB Variations

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

Color information

#123B21 (or 0x123B21) is known color: Deep Fir. HEX triplet: 12, 3B and 21. RGB value is (18,59,33). Sum of RGB (Red+Green+Blue) = 18+59+33=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 59 (23.44% from 255 or 53.64% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 59 - color contains mainly: green. Hex color #123B21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123B21 is #EDC4DE. Grayscale: #2B2B2B. Windows color (decimal): -15582431 or 2177810. OLE color: 2177810.

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

Color convert

RGB 18 59 33 -
CMYK 0.69 0 0.44 0.77
HSL 141.95º 0.53% 0.15% -
HSV(B) 141.95º 0.69% 0.23% -
XYZ 2.09 3.37 1.98 -
YUV 43.78 121.92 109.61 -
System Red Green Blue C M Y K H S L
Decimal 18 59 33 0.69 0 0.44 0.77 141.95 0.53 0.15
Hex 12 3B 21 45 0 2C 4D 8E 35 F
Octal 22 73 41 105 0 54 115 216 65 17
Binary 10010 111011 100001 1000101 0 101100 1001101 10001110 110101 1111

Color Harmonies of #123B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123B21

Black with #123B21

Text Example


Text Example

White with #123B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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