Html Css Color HEX #1C3029 Racing Green

📋 copy color: '#1C3029'

red 28 ◦ green 48 ◦ blue 41

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

Shades of Racing Green #1C3029

Tints of Racing Green #1C3029

RGB

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

 GREEN value IS 48 (19.14% from 255) = 41.03%

 BLUE value IS 41 (16.41% from 255) = 35.04%

R = 23.93%
G = 41.03%
B = 35.04%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#1C3029 (or 0x1C3029) is known color: Racing Green. HEX triplet: 1C, 30 and 29. RGB value is (28,48,41). Sum of RGB (Red+Green+Blue) = 28+48+41=117 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.93% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 41 (16.41% from 255 or 35.04% from 117); Max value from RGB is 48 - color contains mainly: green. Hex color #1C3029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3029 is #E3CFD6. Grayscale: #292929. Windows color (decimal): -14929879 or 2699292. OLE color: 2699292.

HSL color Cylindrical-coordinate representation of color #1C3029: hue angle of 159º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1C3029 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB 28 48 41 -
CMYK 0.42 0 0.15 0.81
HSL 159º 0.26% 0.15% -
HSV(B) 159º 0.42% 0.19% -
XYZ 1.94 2.52 2.48 -
YUV 41.22 127.87 118.57 -
System Red Green Blue C M Y K H S L
Decimal 28 48 41 0.42 0 0.15 0.81 159 0.26 0.15
Hex 1C 30 29 2A 0 F 51 9F 1A F
Octal 34 60 51 52 0 17 121 237 32 17
Binary 11100 110000 101001 101010 0 1111 1010001 10011111 11010 1111

Color Harmonies of #1C3029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3029

Black with #1C3029

Text Example


Text Example

White with #1C3029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,48,41); }

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

background-color css

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

 a { background-color: rgb(28,48,41); }

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

border-color css

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

 span { border-color: rgb(28,48,41); }

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