Html Css Color HEX #212625 Racing Green

📋 copy color: '#212625'

red 33 ◦ green 38 ◦ blue 37

#212625
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Racing Green #212625

Tints of Racing Green #212625

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 value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.85

RGB Variations

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

Color information

#212625 (or 0x212625) is known color: 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

RGB 33 38 37 -
CMYK 0.13 0 0.03 0.85
HSL 168º 0.07% 0.14% -
HSV(B) 168º 0.13% 0.15% -
XYZ 1.65 1.84 2.02 -
YUV 36.39 128.34 125.58 -
System Red Green Blue C M Y K H S L
Decimal 33 38 37 0.13 0 0.03 0.85 168 0.07 0.14
Hex 21 26 25 D 0 3 55 A8 7 E
Octal 41 46 45 15 0 3 125 250 7 16
Binary 100001 100110 100101 1101 0 11 1010101 10101000 111 1110

Color Harmonies of #212625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212625

Black with #212625

Text Example


Text Example

White with #212625

Text Example


Text Example

HTML Codes & Css Web 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>