#19342D

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

Shades of Racing Green #19342D

Tints of Racing Green #19342D

Color information

#19342D (or 0x19342D) is unknown color: approx Racing Green. HEX triplet: 19, 34 and 2D. RGB value is (25,52,45). Sum of RGB (Red+Green+Blue) = 25+52+45=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 52 (20.70% from 255 or 42.62% from 122); Blue value is 45 (17.97% from 255 or 36.89% from 122); Max value from RGB is 52 - color contains mainly: green. Hex color #19342D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19342D is #E6CBD2. Grayscale: #2B2B2B. Windows color (decimal): -15125459 or 2962457. OLE color: 2962457.

HSL color Cylindrical-coordinate representation of color #19342D: hue angle of 164.44º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #19342D is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.80.

Color convert

RGB255245-
CMYK0.5200.130.80
HSL164.44º35.06%15.1%-
HSV(B)164.44º51.92%20.39%-
XYZ2.12.852.92-
YUV43.13129.05115.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.49%
GREEN value IS 52 (20.70% from 255) = 42.62%
BLUE value IS 45 (17.97% from 255) = 36.89%
R=20.49%
G=42.62%
B=36.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2552450.5200.130.80164.4435.0615.1
Hex19342D340D50a423f
Octal316455640151202444317
Binary11001110100101101110100011011010000101001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19342D; }

 p { color: rgb(25,52,45); }

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

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

 a { background-color: rgb(25,52,45); }

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

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

 span { border-color: rgb(25,52,45); }

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