#212625

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

Shades of Racing Green #212625

Tints of Racing Green #212625

Color information

#212625 (or 0x212625) is unknown color: approx Racing Green. HEX triplet: 21, 26 and 25. RGB value is (33,38,37). Sum of RGB (Red+Green+Blue) = 33+38+37=108 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.56% from 108); Green value is 38 (15.23% from 255 or 35.19% from 108); Blue value is 37 (14.84% from 255 or 34.26% from 108); Max value from RGB is 38 - color contains mainly: green. Hex color #212625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212625 is #DED9DA. Grayscale: #242424. Windows color (decimal): -14604763 or 2434593. OLE color: 2434593.

HSL color Cylindrical-coordinate representation of color #212625: hue angle of 168º degrees, saturation: 0.07, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #212625 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.85.

Color convert

RGB333837-
CMYK0.1300.030.85
HSL168º7.04%13.92%-
HSV(B)168º13.16%14.9%-
XYZ1.651.842.02-
YUV36.39128.34125.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.56%
GREEN value IS 38 (15.23% from 255) = 35.19%
BLUE value IS 37 (14.84% from 255) = 34.26%
R=30.56%
G=35.19%
B=34.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3338370.1300.030.851687.0413.92
Hex212625D0355a87e
Octal4146451503125250716
Binary10000110011010010111010111010101101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212625; }

 p { color: rgb(33,38,37); }

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

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

 a { background-color: rgb(33,38,37); }

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

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

 span { border-color: rgb(33,38,37); }

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