Html Css Color HEX #21332C Racing Green

📋 copy color: '#21332C'

red 33 ◦ green 51 ◦ blue 44

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

Shades of Racing Green #21332C

Tints of Racing Green #21332C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 39.84%

 BLUE value IS 44 (17.58% from 255) = 34.38%

R = 25.78%
G = 39.84%
B = 34.38%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.14

 K value IS 0.8

RGB Variations

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

Color information

#21332C (or 0x21332C) is known color: Racing Green. HEX triplet: 21, 33 and 2C. RGB value is (33,51,44). Sum of RGB (Red+Green+Blue) = 33+51+44=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 51 - color contains mainly: green. Hex color #21332C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21332C is #DECCD3. Grayscale: #2C2C2C. Windows color (decimal): -14601428 or 2896673. OLE color: 2896673.

HSL color Cylindrical-coordinate representation of color #21332C: hue angle of 156.67º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #21332C is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.8.

Color convert

RGB 33 51 44 -
CMYK 0.35 0 0.14 0.8
HSL 156.67º 0.21% 0.16% -
HSV(B) 156.67º 0.35% 0.2% -
XYZ 2.27 2.87 2.82 -
YUV 44.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 33 51 44 0.35 0 0.14 0.8 156.67 0.21 0.16
Hex 21 33 2C 23 0 E 50 9D 15 10
Octal 41 63 54 43 0 16 120 235 25 20
Binary 100001 110011 101100 100011 0 1110 1010000 10011101 10101 10000

Color Harmonies of #21332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21332C

Black with #21332C

Text Example


Text Example

White with #21332C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21332C; }

 p { color: rgb(33,51,44); }

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

background-color css

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

 a { background-color: rgb(33,51,44); }

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

border-color css

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

 span { border-color: rgb(33,51,44); }

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