Html Css Color HEX #213831 Racing Green

📋 copy color: '#213831'

red 33 ◦ green 56 ◦ blue 49

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

Shades of Racing Green #213831

Tints of Racing Green #213831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 35.51%

R = 23.91%
G = 40.58%
B = 35.51%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#213831 (or 0x213831) is known color: Racing Green. HEX triplet: 21, 38 and 31. RGB value is (33,56,49). Sum of RGB (Red+Green+Blue) = 33+56+49=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 56 - color contains mainly: green. Hex color #213831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213831 is #DEC7CE. Grayscale: #303030. Windows color (decimal): -14600143 or 3225633. OLE color: 3225633.

HSL color Cylindrical-coordinate representation of color #213831: hue angle of 161.74º 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 #213831 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 56 49 -
CMYK 0.41 0 0.12 0.78
HSL 161.74º 0.26% 0.17% -
HSV(B) 161.74º 0.41% 0.22% -
XYZ 2.6 3.37 3.42 -
YUV 48.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 33 56 49 0.41 0 0.12 0.78 161.74 0.26 0.17
Hex 21 38 31 29 0 C 4E A2 1A 11
Octal 41 70 61 51 0 14 116 242 32 21
Binary 100001 111000 110001 101001 0 1100 1001110 10100010 11010 10001

Color Harmonies of #213831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213831

Black with #213831

Text Example


Text Example

White with #213831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213831; }

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

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

background-color css

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

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

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

border-color css

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

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

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