#21342D

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

Shades of Racing Green #21342D

Tints of Racing Green #21342D

Color information

#21342D (or 0x21342D) is unknown color: approx Racing Green. HEX triplet: 21, 34 and 2D. RGB value is (33,52,45). Sum of RGB (Red+Green+Blue) = 33+52+45=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 52 - color contains mainly: green. Hex color #21342D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21342D is #DECBD2. Grayscale: #2D2D2D. Windows color (decimal): -14601171 or 2962465. OLE color: 2962465.

HSL color Cylindrical-coordinate representation of color #21342D: hue angle of 157.89º 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 #21342D is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.80.

Color convert

RGB335245-
CMYK0.3700.130.80
HSL157.89º22.35%16.67%-
HSV(B)157.89º36.54%20.39%-
XYZ2.332.972.93-
YUV45.52127.71119.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.38%
GREEN value IS 52 (20.70% from 255) = 40%
BLUE value IS 45 (17.97% from 255) = 34.62%
R=25.38%
G=40%
B=34.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3352450.3700.130.80157.8922.3516.67
Hex21342D250D509e1611
Octal416455450151202362621
Binary100001110100101101100101011011010000100111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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