Html Css Color HEX #18211F Racing Green

📋 copy color: '#18211F'

red 24 ◦ green 33 ◦ blue 31

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

Shades of Racing Green #18211F

Tints of Racing Green #18211F

RGB

 RED value IS 24 (9.77% from 255) = 27.27%

 GREEN value IS 33 (13.28% from 255) = 37.5%

 BLUE value IS 31 (12.5% from 255) = 35.23%

R = 27.27%
G = 37.5%
B = 35.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.87

RGB Variations

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

Color information

#18211F (or 0x18211F) is known color: Racing Green. HEX triplet: 18, 21 and 1F. RGB value is (24,33,31). Sum of RGB (Red+Green+Blue) = 24+33+31=88 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.27% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 31 (12.5% from 255 or 35.23% from 88); Max value from RGB is 33 - color contains mainly: green. Hex color #18211F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18211F is #E7DEE0. Grayscale: #1E1E1E. Windows color (decimal): -15195873 or 2040088. OLE color: 2040088.

HSL color Cylindrical-coordinate representation of color #18211F: hue angle of 166.67º degrees, saturation: 0.16, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #18211F is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB 24 33 31 -
CMYK 0.27 0 0.06 0.87
HSL 166.67º 0.16% 0.11% -
HSV(B) 166.67º 0.27% 0.13% -
XYZ 1.17 1.38 1.5 -
YUV 30.08 128.52 123.66 -
System Red Green Blue C M Y K H S L
Decimal 24 33 31 0.27 0 0.06 0.87 166.67 0.16 0.11
Hex 18 21 1F 1B 0 6 57 A7 10 B
Octal 30 41 37 33 0 6 127 247 20 13
Binary 11000 100001 11111 11011 0 110 1010111 10100111 10000 1011

Color Harmonies of #18211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18211F

Black with #18211F

Text Example


Text Example

White with #18211F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18211F; }

 p { color: rgb(24,33,31); }

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

background-color css

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

 a { background-color: rgb(24,33,31); }

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

border-color css

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

 span { border-color: rgb(24,33,31); }

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