Html Css Color HEX #21352E Racing Green

📋 copy color: '#21352E'

red 33 ◦ green 53 ◦ blue 46

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

Shades of Racing Green #21352E

Tints of Racing Green #21352E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 40.15%

 BLUE value IS 46 (18.36% from 255) = 34.85%

R = 25%
G = 40.15%
B = 34.85%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#21352E (or 0x21352E) is known color: Racing Green. HEX triplet: 21, 35 and 2E. RGB value is (33,53,46). Sum of RGB (Red+Green+Blue) = 33+53+46=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 53 - color contains mainly: green. Hex color #21352E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21352E is #DECAD1. Grayscale: #2E2E2E. Windows color (decimal): -14600914 or 3028257. OLE color: 3028257.

HSL color Cylindrical-coordinate representation of color #21352E: hue angle of 159º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #21352E is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB 33 53 46 -
CMYK 0.38 0 0.13 0.79
HSL 159º 0.23% 0.17% -
HSV(B) 159º 0.38% 0.21% -
XYZ 2.39 3.07 3.05 -
YUV 46.22 127.87 118.57 -
System Red Green Blue C M Y K H S L
Decimal 33 53 46 0.38 0 0.13 0.79 159 0.23 0.17
Hex 21 35 2E 26 0 D 4F 9F 17 11
Octal 41 65 56 46 0 15 117 237 27 21
Binary 100001 110101 101110 100110 0 1101 1001111 10011111 10111 10001

Color Harmonies of #21352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21352E

Black with #21352E

Text Example


Text Example

White with #21352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21352E; }

 p { color: rgb(33,53,46); }

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

background-color css

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

 a { background-color: rgb(33,53,46); }

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

border-color css

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

 span { border-color: rgb(33,53,46); }

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