#16382F

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

Shades of Racing Green #16382F

Tints of Racing Green #16382F

Color information

#16382F (or 0x16382F) is unknown color: approx Racing Green. HEX triplet: 16, 38 and 2F. RGB value is (22,56,47). Sum of RGB (Red+Green+Blue) = 22+56+47=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 56 (22.27% from 255 or 44.8% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 56 - color contains mainly: green. Hex color #16382F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16382F is #E9C7D0. Grayscale: #2C2C2C. Windows color (decimal): -15321041 or 3094550. OLE color: 3094550.

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

Color convert

RGB225647-
CMYK0.6100.160.78
HSL164.12º43.59%15.29%-
HSV(B)164.12º60.71%21.96%-
XYZ2.263.23.19-
YUV44.81129.24111.73-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.6%
GREEN value IS 56 (22.27% from 255) = 44.8%
BLUE value IS 47 (18.75% from 255) = 37.6%
R=17.6%
G=44.8%
B=37.6%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2256470.6100.160.78164.1243.5915.29
Hex16382F3D0104Ea42cf
Octal267057750201162445417
Binary101101110001011111111010100001001110101001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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