#132B25

Color #132B25 Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Racing Green #132B25

Tints of Racing Green #132B25

Color information

#132B25 (or 0x132B25) is unknown color: approx Racing Green. HEX triplet: 13, 2B and 25. RGB value is (19,43,37). Sum of RGB (Red+Green+Blue) = 19+43+37=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 43 (17.19% from 255 or 43.43% from 99); Blue value is 37 (14.84% from 255 or 37.37% from 99); Max value from RGB is 43 - color contains mainly: green. Hex color #132B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132B25 is #ECD4DA. Grayscale: #232323. Windows color (decimal): -15520987 or 2435859. OLE color: 2435859.

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

Color convert

RGB194337-
CMYK0.5600.140.83
HSL165º38.71%12.16%-
HSV(B)165º55.81%16.86%-
XYZ1.4722.06-
YUV35.14129.05116.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.19%
GREEN value IS 43 (17.19% from 255) = 43.43%
BLUE value IS 37 (14.84% from 255) = 37.37%
R=19.19%
G=43.43%
B=37.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1943370.5600.140.8316538.7112.16
Hex132B25380E53a527c
Octal235345700161232454714
Binary10011101011100101111000011101010011101001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #132B25;
 }
 .AnyTagClassName
 {
   color: #132B25;
 }
</style>
background-color css

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

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

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

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

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

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