Html Css Color HEX #213832 Racing Green

📋 copy color: '#213832'

red 33 ◦ green 56 ◦ blue 50

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

Shades of Racing Green #213832

Tints of Racing Green #213832

RGB

 RED value IS 33 (13.28% from 255) = 23.74%

 GREEN value IS 56 (22.27% from 255) = 40.29%

 BLUE value IS 50 (19.92% from 255) = 35.97%

R = 23.74%
G = 40.29%
B = 35.97%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#213832 (or 0x213832) is known color: Racing Green. HEX triplet: 21, 38 and 32. RGB value is (33,56,50). Sum of RGB (Red+Green+Blue) = 33+56+50=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 56 (22.27% from 255 or 40.29% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 56 - color contains mainly: green. Hex color #213832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213832 is #DEC7CD. Grayscale: #303030. Windows color (decimal): -14600142 or 3291169. OLE color: 3291169.

HSL color Cylindrical-coordinate representation of color #213832: hue angle of 164.35º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #213832 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 56 50 -
CMYK 0.41 0 0.11 0.78
HSL 164.35º 0.26% 0.17% -
HSV(B) 164.35º 0.41% 0.22% -
XYZ 2.62 3.38 3.53 -
YUV 48.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 33 56 50 0.41 0 0.11 0.78 164.35 0.26 0.17
Hex 21 38 32 29 0 B 4E A4 1A 11
Octal 41 70 62 51 0 13 116 244 32 21
Binary 100001 111000 110010 101001 0 1011 1001110 10100100 11010 10001

Color Harmonies of #213832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213832

Black with #213832

Text Example


Text Example

White with #213832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213832; }

 p { color: rgb(33,56,50); }

 H1.HeaderClassName
 {
   color: #213832;
 }
 .AnyTagClassName
 {
   color: #213832;
 }
</style>

background-color css

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

 a { background-color: rgb(33,56,50); }

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

border-color css

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

 span { border-color: rgb(33,56,50); }

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