#133229

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

Shades of Racing Green #133229

Tints of Racing Green #133229

Color information

#133229 (or 0x133229) is unknown color: approx Racing Green. HEX triplet: 13, 32 and 29. RGB value is (19,50,41). Sum of RGB (Red+Green+Blue) = 19+50+41=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 50 - color contains mainly: green. Hex color #133229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133229 is #ECCDD6. Grayscale: #272727. Windows color (decimal): -15519191 or 2699795. OLE color: 2699795.

HSL color Cylindrical-coordinate representation of color #133229: hue angle of 162.58º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #133229 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.80.

Color convert

RGB195041-
CMYK0.6200.180.80
HSL162.58º44.93%13.53%-
HSV(B)162.58º62%19.61%-
XYZ1.812.582.5-
YUV39.7128.73113.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.27%
GREEN value IS 50 (19.92% from 255) = 45.45%
BLUE value IS 41 (16.41% from 255) = 37.27%
R=17.27%
G=45.45%
B=37.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1950410.6200.180.80162.5844.9313.53
Hex1332293E01250a32de
Octal236251760221202435516
Binary100111100101010011111100100101010000101000111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133229; }

 p { color: rgb(19,50,41); }

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

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

 a { background-color: rgb(19,50,41); }

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

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

 span { border-color: rgb(19,50,41); }

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