#19382F

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

Shades of Racing Green #19382F

Tints of Racing Green #19382F

Color information

#19382F (or 0x19382F) is unknown color: approx Racing Green. HEX triplet: 19, 38 and 2F. RGB value is (25,56,47). Sum of RGB (Red+Green+Blue) = 25+56+47=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 56 (22.27% from 255 or 43.75% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 56 - color contains mainly: green. Hex color #19382F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19382F is #E6C7D0. Grayscale: #2D2D2D. Windows color (decimal): -15124433 or 3094553. OLE color: 3094553.

HSL color Cylindrical-coordinate representation of color #19382F: hue angle of 162.58º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #19382F is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB255647-
CMYK0.5500.160.78
HSL162.58º38.27%15.88%-
HSV(B)162.58º55.36%21.96%-
XYZ2.333.243.19-
YUV45.7128.73113.23-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.53%
GREEN value IS 56 (22.27% from 255) = 43.75%
BLUE value IS 47 (18.75% from 255) = 36.72%
R=19.53%
G=43.75%
B=36.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2556470.5500.160.78162.5838.2715.88
Hex19382F370104Ea32610
Octal317057670201162434620
Binary1100111100010111111011101000010011101010001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19382F; }

 p { color: rgb(25,56,47); }

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

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

 a { background-color: rgb(25,56,47); }

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

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

 span { border-color: rgb(25,56,47); }

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