Html Css Color HEX #123E21 Deep Fir

📋 copy color: '#123E21'

red 18 ◦ green 62 ◦ blue 33

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

Shades of Deep Fir #123E21

Tints of Deep Fir #123E21

RGB

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

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

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

R = 15.93%
G = 54.87%
B = 29.2%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.47

 K value IS 0.76

RGB Variations

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

Color information

#123E21 (or 0x123E21) is known color: Deep Fir. HEX triplet: 12, 3E and 21. RGB value is (18,62,33). Sum of RGB (Red+Green+Blue) = 18+62+33=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 62 (24.61% from 255 or 54.87% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 62 - color contains mainly: green. Hex color #123E21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123E21 is #EDC1DE. Grayscale: #2D2D2D. Windows color (decimal): -15581663 or 2178578. OLE color: 2178578.

HSL color Cylindrical-coordinate representation of color #123E21: hue angle of 140.45º 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 #123E21 is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.76.

Color convert

RGB 18 62 33 -
CMYK 0.71 0 0.47 0.76
HSL 140.45º 0.55% 0.16% -
HSV(B) 140.45º 0.71% 0.24% -
XYZ 2.25 3.68 2.03 -
YUV 45.54 120.92 108.36 -
System Red Green Blue C M Y K H S L
Decimal 18 62 33 0.71 0 0.47 0.76 140.45 0.55 0.16
Hex 12 3E 21 47 0 2F 4C 8C 37 10
Octal 22 76 41 107 0 57 114 214 67 20
Binary 10010 111110 100001 1000111 0 101111 1001100 10001100 110111 10000

Color Harmonies of #123E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123E21

Black with #123E21

Text Example


Text Example

White with #123E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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