#20342F

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

Shades of Racing Green #20342F

Tints of Racing Green #20342F

Color information

#20342F (or 0x20342F) is unknown color: approx Racing Green. HEX triplet: 20, 34 and 2F. RGB value is (32,52,47). Sum of RGB (Red+Green+Blue) = 32+52+47=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 52 - color contains mainly: green. Hex color #20342F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20342F is #DFCBD0. Grayscale: #2D2D2D. Windows color (decimal): -14666705 or 3093536. OLE color: 3093536.

HSL color Cylindrical-coordinate representation of color #20342F: hue angle of 165º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #20342F is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB325247-
CMYK0.3800.100.80
HSL165º23.81%16.47%-
HSV(B)165º38.46%20.39%-
XYZ2.342.973.14-
YUV45.45128.87118.41-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.43%
GREEN value IS 52 (20.70% from 255) = 39.69%
BLUE value IS 47 (18.75% from 255) = 35.88%
R=24.43%
G=39.69%
B=35.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3252470.3800.100.8016523.8116.47
Hex20342F260A50a51810
Octal406457460121202453020
Binary100000110100101111100110010101010000101001011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,52,47); }

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

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

 a { background-color: rgb(32,52,47); }

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

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

 span { border-color: rgb(32,52,47); }

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