#21342E

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

Shades of Racing Green #21342E

Tints of Racing Green #21342E

Color information

#21342E (or 0x21342E) is unknown color: approx Racing Green. HEX triplet: 21, 34 and 2E. RGB value is (33,52,46). Sum of RGB (Red+Green+Blue) = 33+52+46=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 52 - color contains mainly: green. Hex color #21342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21342E is #DECBD1. Grayscale: #2D2D2D. Windows color (decimal): -14601170 or 3028001. OLE color: 3028001.

HSL color Cylindrical-coordinate representation of color #21342E: hue angle of 161.05º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #21342E is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB335246-
CMYK0.3700.120.80
HSL161.05º22.35%16.67%-
HSV(B)161.05º36.54%20.39%-
XYZ2.352.983.04-
YUV45.64128.21118.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.19%
GREEN value IS 52 (20.70% from 255) = 39.69%
BLUE value IS 46 (18.36% from 255) = 35.11%
R=25.19%
G=39.69%
B=35.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3352460.3700.120.80161.0522.3516.67
Hex21342E250C50a11611
Octal416456450141202412621
Binary100001110100101110100101011001010000101000011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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