#19342E

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

Shades of Racing Green #19342E

Tints of Racing Green #19342E

Color information

#19342E (or 0x19342E) is unknown color: approx Racing Green. HEX triplet: 19, 34 and 2E. RGB value is (25,52,46). Sum of RGB (Red+Green+Blue) = 25+52+46=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 52 - color contains mainly: green. Hex color #19342E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19342E is #E6CBD1. Grayscale: #2B2B2B. Windows color (decimal): -15125458 or 3027993. OLE color: 3027993.

HSL color Cylindrical-coordinate representation of color #19342E: hue angle of 166.67º 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 #19342E is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB255246-
CMYK0.5200.120.80
HSL166.67º35.06%15.1%-
HSV(B)166.67º51.92%20.39%-
XYZ2.122.863.02-
YUV43.24129.55114.99-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.33%
GREEN value IS 52 (20.70% from 255) = 42.28%
BLUE value IS 46 (18.36% from 255) = 37.40%
R=20.33%
G=42.28%
B=37.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2552460.5200.120.80166.6735.0615.1
Hex19342E340C50a723f
Octal316456640141202474317
Binary11001110100101110110100011001010000101001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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