Html Css Color HEX #132724 Racing Green

📋 copy color: '#132724'

red 19 ◦ green 39 ◦ blue 36

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

Shades of Racing Green #132724

Tints of Racing Green #132724

RGB

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

 GREEN value IS 39 (15.63% from 255) = 41.49%

 BLUE value IS 36 (14.45% from 255) = 38.3%

R = 20.21%
G = 41.49%
B = 38.3%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.08

 K value IS 0.85

RGB Variations

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

Color information

#132724 (or 0x132724) is known color: Racing Green. HEX triplet: 13, 27 and 24. RGB value is (19,39,36). Sum of RGB (Red+Green+Blue) = 19+39+36=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 39 (15.62% from 255 or 41.49% from 94); Blue value is 36 (14.45% from 255 or 38.30% from 94); Max value from RGB is 39 - color contains mainly: green. Hex color #132724 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132724 is #ECD8DB. Grayscale: #202020. Windows color (decimal): -15522012 or 2369299. OLE color: 2369299.

HSL color Cylindrical-coordinate representation of color #132724: hue angle of 171º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #132724 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 39 36 -
CMYK 0.51 0 0.08 0.85
HSL 171º 0.34% 0.11% -
HSV(B) 171º 0.51% 0.15% -
XYZ 1.31 1.72 1.93 -
YUV 32.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 19 39 36 0.51 0 0.08 0.85 171 0.34 0.11
Hex 13 27 24 33 0 8 55 AB 22 B
Octal 23 47 44 63 0 10 125 253 42 13
Binary 10011 100111 100100 110011 0 1000 1010101 10101011 100010 1011

Color Harmonies of #132724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132724

Black with #132724

Text Example


Text Example

White with #132724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132724; }

 p { color: rgb(19,39,36); }

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

background-color css

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

 a { background-color: rgb(19,39,36); }

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

border-color css

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

 span { border-color: rgb(19,39,36); }

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