Html Css Color HEX #132B23 Dark Green

📋 copy color: '#132B23'

red 19 ◦ green 43 ◦ blue 35

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

Shades of Dark Green #132B23

Tints of Dark Green #132B23

RGB

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

 GREEN value IS 43 (17.19% from 255) = 44.33%

 BLUE value IS 35 (14.06% from 255) = 36.08%

R = 19.59%
G = 44.33%
B = 36.08%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.83

RGB Variations

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

Color information

#132B23 (or 0x132B23) is known color: Dark Green. HEX triplet: 13, 2B and 23. RGB value is (19,43,35). Sum of RGB (Red+Green+Blue) = 19+43+35=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 43 (17.19% from 255 or 44.33% from 97); Blue value is 35 (14.06% from 255 or 36.08% from 97); Max value from RGB is 43 - color contains mainly: green. Hex color #132B23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132B23 is #ECD4DC. Grayscale: #222222. Windows color (decimal): -15520989 or 2304787. OLE color: 2304787.

HSL color Cylindrical-coordinate representation of color #132B23: hue angle of 160º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #132B23 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.83.

Color convert

RGB 19 43 35 -
CMYK 0.56 0 0.19 0.83
HSL 160º 0.39% 0.12% -
HSV(B) 160º 0.56% 0.17% -
XYZ 1.44 1.99 1.9 -
YUV 34.91 128.05 116.65 -
System Red Green Blue C M Y K H S L
Decimal 19 43 35 0.56 0 0.19 0.83 160 0.39 0.12
Hex 13 2B 23 38 0 13 53 A0 27 C
Octal 23 53 43 70 0 23 123 240 47 14
Binary 10011 101011 100011 111000 0 10011 1010011 10100000 100111 1100

Color Harmonies of #132B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132B23

Black with #132B23

Text Example


Text Example

White with #132B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,43,35); }

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

background-color css

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

 a { background-color: rgb(19,43,35); }

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

border-color css

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

 span { border-color: rgb(19,43,35); }

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