Html Css Color HEX #132F2B Racing Green

📋 copy color: '#132F2B'

red 19 ◦ green 47 ◦ blue 43

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

Shades of Racing Green #132F2B

Tints of Racing Green #132F2B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 43.12%

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

R = 17.43%
G = 43.12%
B = 39.45%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.09

 K value IS 0.82

RGB Variations

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

Color information

#132F2B (or 0x132F2B) is known color: Racing Green. HEX triplet: 13, 2F and 2B. RGB value is (19,47,43). Sum of RGB (Red+Green+Blue) = 19+47+43=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 47 (18.75% from 255 or 43.12% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 47 - color contains mainly: green. Hex color #132F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F2B is #ECD0D4. Grayscale: #262626. Windows color (decimal): -15519957 or 2830099. OLE color: 2830099.

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

Color convert

RGB 19 47 43 -
CMYK 0.60 0 0.09 0.82
HSL 171.43º 0.42% 0.13% -
HSV(B) 171.43º 0.6% 0.18% -
XYZ 1.72 2.35 2.65 -
YUV 38.17 130.72 114.33 -
System Red Green Blue C M Y K H S L
Decimal 19 47 43 0.60 0 0.09 0.82 171.43 0.42 0.13
Hex 13 2F 2B 3C 0 9 52 AB 2A D
Octal 23 57 53 74 0 11 122 253 52 15
Binary 10011 101111 101011 111100 0 1001 1010010 10101011 101010 1101

Color Harmonies of #132F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132F2B

Black with #132F2B

Text Example


Text Example

White with #132F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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