Html Css Color HEX #213932 Racing Green

📋 copy color: '#213932'

red 33 ◦ green 57 ◦ blue 50

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

Shades of Racing Green #213932

Tints of Racing Green #213932

RGB

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

 GREEN value IS 57 (22.66% from 255) = 40.71%

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

R = 23.57%
G = 40.71%
B = 35.71%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#213932 (or 0x213932) is known color: Racing Green. HEX triplet: 21, 39 and 32. RGB value is (33,57,50). Sum of RGB (Red+Green+Blue) = 33+57+50=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 57 (22.66% from 255 or 40.71% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 57 - color contains mainly: green. Hex color #213932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213932 is #DEC6CD. Grayscale: #313131. Windows color (decimal): -14599886 or 3291425. OLE color: 3291425.

HSL color Cylindrical-coordinate representation of color #213932: hue angle of 162.5º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #213932 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 57 50 -
CMYK 0.42 0 0.12 0.78
HSL 162.5º 0.27% 0.18% -
HSV(B) 162.5º 0.42% 0.22% -
XYZ 2.67 3.48 3.55 -
YUV 49.03 128.55 116.57 -
System Red Green Blue C M Y K H S L
Decimal 33 57 50 0.42 0 0.12 0.78 162.5 0.27 0.18
Hex 21 39 32 2A 0 C 4E A2 1B 12
Octal 41 71 62 52 0 14 116 242 33 22
Binary 100001 111001 110010 101010 0 1100 1001110 10100010 11011 10010

Color Harmonies of #213932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213932

Black with #213932

Text Example


Text Example

White with #213932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213932; }

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

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

background-color css

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

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

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

border-color css

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

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

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