#213430

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

Shades of Racing Green #213430

Tints of Racing Green #213430

Color information

#213430 (or 0x213430) is unknown color: approx Racing Green. HEX triplet: 21, 34 and 30. RGB value is (33,52,48). Sum of RGB (Red+Green+Blue) = 33+52+48=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 52 - color contains mainly: green. Hex color #213430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213430 is #DECBCF. Grayscale: #2D2D2D. Windows color (decimal): -14601168 or 3159073. OLE color: 3159073.

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

Color convert

RGB335248-
CMYK0.3700.080.80
HSL167.37º22.35%16.67%-
HSV(B)167.37º36.54%20.39%-
XYZ2.392.993.25-
YUV45.86129.21118.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.81%
GREEN value IS 52 (20.70% from 255) = 39.10%
BLUE value IS 48 (19.14% from 255) = 36.09%
R=24.81%
G=39.10%
B=36.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3352480.3700.080.80167.3722.3516.67
Hex213430250850a71611
Octal416460450101202472621
Binary100001110100110000100101010001010000101001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213430; }

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

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

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

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

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

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

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

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