Html Css Color HEX #132A22 Dark Green

📋 copy color: '#132A22'

red 19 ◦ green 42 ◦ blue 34

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

Shades of Dark Green #132A22

Tints of Dark Green #132A22

RGB

 RED value IS 19 (7.81% from 255) = 20%

 GREEN value IS 42 (16.8% from 255) = 44.21%

 BLUE value IS 34 (13.67% from 255) = 35.79%

R = 20%
G = 44.21%
B = 35.79%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.84

RGB Variations

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

Color information

#132A22 (or 0x132A22) is known color: Dark Green. HEX triplet: 13, 2A and 22. RGB value is (19,42,34). Sum of RGB (Red+Green+Blue) = 19+42+34=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 42 (16.80% from 255 or 44.21% from 95); Blue value is 34 (13.67% from 255 or 35.79% from 95); Max value from RGB is 42 - color contains mainly: green. Hex color #132A22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132A22 is #ECD5DD. Grayscale: #222222. Windows color (decimal): -15521246 or 2238995. OLE color: 2238995.

HSL color Cylindrical-coordinate representation of color #132A22: hue angle of 159.13º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #132A22 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 42 34 -
CMYK 0.55 0 0.19 0.84
HSL 159.13º 0.38% 0.12% -
HSV(B) 159.13º 0.55% 0.16% -
XYZ 1.39 1.91 1.81 -
YUV 34.21 127.88 117.15 -
System Red Green Blue C M Y K H S L
Decimal 19 42 34 0.55 0 0.19 0.84 159.13 0.38 0.12
Hex 13 2A 22 37 0 13 54 9F 26 C
Octal 23 52 42 67 0 23 124 237 46 14
Binary 10011 101010 100010 110111 0 10011 1010100 10011111 100110 1100

Color Harmonies of #132A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132A22

Black with #132A22

Text Example


Text Example

White with #132A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132A22; }

 p { color: rgb(19,42,34); }

 H1.HeaderClassName
 {
   color: #132A22;
 }
 .AnyTagClassName
 {
   color: #132A22;
 }
</style>

background-color css

<style>
 a { background-color: #132A22; }

 a { background-color: rgb(19,42,34); }

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

border-color css

<style>
 span { border-color: #132A22; }

 span { border-color: rgb(19,42,34); }

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