#212F2D

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

Shades of Racing Green #212F2D

Tints of Racing Green #212F2D

Color information

#212F2D (or 0x212F2D) is unknown color: approx Racing Green. HEX triplet: 21, 2F and 2D. RGB value is (33,47,45). Sum of RGB (Red+Green+Blue) = 33+47+45=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 47 (18.75% from 255 or 37.6% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 47 - color contains mainly: green. Hex color #212F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212F2D is #DED0D2. Grayscale: #2A2A2A. Windows color (decimal): -14602451 or 2961185. OLE color: 2961185.

HSL color Cylindrical-coordinate representation of color #212F2D: hue angle of 171.43º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #212F2D is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.

Color convert

RGB334745-
CMYK0.3000.040.82
HSL171.43º17.5%15.69%-
HSV(B)171.43º29.79%18.43%-
XYZ2.122.552.86-
YUV42.59129.36121.16-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.4%
GREEN value IS 47 (18.75% from 255) = 37.6%
BLUE value IS 45 (17.97% from 255) = 36%
R=26.4%
G=37.6%
B=36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3347450.3000.040.82171.4317.515.69
Hex212F2D1E0452ab1110
Octal41575536041222532120
Binary1000011011111011011111001001010010101010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212F2D; }

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

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

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

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

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

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

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

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