Html Css Color HEX #132B24 Racing Green

📋 copy color: '#132B24'

red 19 ◦ green 43 ◦ blue 36

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

Shades of Racing Green #132B24

Tints of Racing Green #132B24

RGB

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

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

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

R = 19.39%
G = 43.88%
B = 36.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.16

 K value IS 0.83

RGB Variations

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

Color information

#132B24 (or 0x132B24) is known color: Racing Green. HEX triplet: 13, 2B and 24. RGB value is (19,43,36). Sum of RGB (Red+Green+Blue) = 19+43+36=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 43 (17.19% from 255 or 43.88% from 98); Blue value is 36 (14.45% from 255 or 36.73% from 98); Max value from RGB is 43 - color contains mainly: green. Hex color #132B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132B24 is #ECD4DB. Grayscale: #232323. Windows color (decimal): -15520988 or 2370323. OLE color: 2370323.

HSL color Cylindrical-coordinate representation of color #132B24: hue angle of 162.5º 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 #132B24 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.83.

Color convert

RGB 19 43 36 -
CMYK 0.56 0 0.16 0.83
HSL 162.5º 0.39% 0.12% -
HSV(B) 162.5º 0.56% 0.17% -
XYZ 1.45 1.99 1.98 -
YUV 35.03 128.55 116.57 -
System Red Green Blue C M Y K H S L
Decimal 19 43 36 0.56 0 0.16 0.83 162.5 0.39 0.12
Hex 13 2B 24 38 0 10 53 A2 27 C
Octal 23 53 44 70 0 20 123 242 47 14
Binary 10011 101011 100100 111000 0 10000 1010011 10100010 100111 1100

Color Harmonies of #132B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132B24

Black with #132B24

Text Example


Text Example

White with #132B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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