Html Css Color HEX #1C322F Racing Green

📋 copy color: '#1C322F'

red 28 ◦ green 50 ◦ blue 47

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

Shades of Racing Green #1C322F

Tints of Racing Green #1C322F

RGB

 RED value IS 28 (11.33% from 255) = 22.4%

 GREEN value IS 50 (19.92% from 255) = 40%

 BLUE value IS 47 (18.75% from 255) = 37.6%

R = 22.4%
G = 40%
B = 37.6%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#1C322F (or 0x1C322F) is known color: Racing Green. HEX triplet: 1C, 32 and 2F. RGB value is (28,50,47). Sum of RGB (Red+Green+Blue) = 28+50+47=125 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.4% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 50 - color contains mainly: green. Hex color #1C322F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C322F is #E3CDD0. Grayscale: #2B2B2B. Windows color (decimal): -14929361 or 3093020. OLE color: 3093020.

HSL color Cylindrical-coordinate representation of color #1C322F: hue angle of 171.82º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1C322F is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB 28 50 47 -
CMYK 0.44 0 0.06 0.80
HSL 171.82º 0.28% 0.15% -
HSV(B) 171.82º 0.44% 0.2% -
XYZ 2.13 2.73 3.1 -
YUV 43.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 28 50 47 0.44 0 0.06 0.80 171.82 0.28 0.15
Hex 1C 32 2F 2C 0 6 50 AC 1C F
Octal 34 62 57 54 0 6 120 254 34 17
Binary 11100 110010 101111 101100 0 110 1010000 10101100 11100 1111

Color Harmonies of #1C322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C322F

Black with #1C322F

Text Example


Text Example

White with #1C322F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C322F; }

 p { color: rgb(28,50,47); }

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

background-color css

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

 a { background-color: rgb(28,50,47); }

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

border-color css

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

 span { border-color: rgb(28,50,47); }

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