Html Css Color HEX #132E2B Racing Green

📋 copy color: '#132E2B'

red 19 ◦ green 46 ◦ blue 43

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

Shades of Racing Green #132E2B

Tints of Racing Green #132E2B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 42.59%

 BLUE value IS 43 (17.19% from 255) = 39.81%

R = 17.59%
G = 42.59%
B = 39.81%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.82

RGB Variations

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

Color information

#132E2B (or 0x132E2B) is known color: Racing Green. HEX triplet: 13, 2E and 2B. RGB value is (19,46,43). Sum of RGB (Red+Green+Blue) = 19+46+43=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 46 (18.36% from 255 or 42.59% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 46 - color contains mainly: green. Hex color #132E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E2B is #ECD1D4. Grayscale: #252525. Windows color (decimal): -15520213 or 2829843. OLE color: 2829843.

HSL color Cylindrical-coordinate representation of color #132E2B: hue angle of 173.33º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #132E2B is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.82.

Color convert

RGB 19 46 43 -
CMYK 0.59 0 0.07 0.82
HSL 173.33º 0.42% 0.13% -
HSV(B) 173.33º 0.59% 0.18% -
XYZ 1.68 2.27 2.63 -
YUV 37.59 131.05 114.74 -
System Red Green Blue C M Y K H S L
Decimal 19 46 43 0.59 0 0.07 0.82 173.33 0.42 0.13
Hex 13 2E 2B 3B 0 7 52 AD 2A D
Octal 23 56 53 73 0 7 122 255 52 15
Binary 10011 101110 101011 111011 0 111 1010010 10101101 101010 1101

Color Harmonies of #132E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132E2B

Black with #132E2B

Text Example


Text Example

White with #132E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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