#133430

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

Shades of Racing Green #133430

Tints of Racing Green #133430

Color information

#133430 (or 0x133430) is unknown color: approx Racing Green. HEX triplet: 13, 34 and 30. RGB value is (19,52,48). Sum of RGB (Red+Green+Blue) = 19+52+48=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 52 - color contains mainly: green. Hex color #133430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133430 is #ECCBCF. Grayscale: #292929. Windows color (decimal): -15518672 or 3159059. OLE color: 3159059.

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

Color convert

RGB195248-
CMYK0.6300.080.80
HSL172.73º46.48%13.92%-
HSV(B)172.73º63.46%20.39%-
XYZ2.032.813.23-
YUV41.68131.57111.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.97%
GREEN value IS 52 (20.70% from 255) = 43.70%
BLUE value IS 48 (19.14% from 255) = 40.34%
R=15.97%
G=43.70%
B=40.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1952480.6300.080.80172.7346.4813.92
Hex1334303F0850ad2ee
Octal236460770101202555616
Binary10011110100110000111111010001010000101011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133430; }

 p { color: rgb(19,52,48); }

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

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

 a { background-color: rgb(19,52,48); }

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

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

 span { border-color: rgb(19,52,48); }

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