Html Css Color HEX #1C332E Racing Green

📋 copy color: '#1C332E'

red 28 ◦ green 51 ◦ blue 46

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

Shades of Racing Green #1C332E

Tints of Racing Green #1C332E

RGB

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

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

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

R = 22.4%
G = 40.8%
B = 36.8%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.10

 K value IS 0.8

RGB Variations

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

Color information

#1C332E (or 0x1C332E) is known color: Racing Green. HEX triplet: 1C, 33 and 2E. RGB value is (28,51,46). Sum of RGB (Red+Green+Blue) = 28+51+46=125 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.4% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 51 - color contains mainly: green. Hex color #1C332E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C332E is #E3CCD1. Grayscale: #2B2B2B. Windows color (decimal): -14929106 or 3027740. OLE color: 3027740.

HSL color Cylindrical-coordinate representation of color #1C332E: hue angle of 166.96º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1C332E is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.8.

Color convert

RGB 28 51 46 -
CMYK 0.45 0 0.10 0.8
HSL 166.96º 0.29% 0.15% -
HSV(B) 166.96º 0.45% 0.2% -
XYZ 2.16 2.81 3.01 -
YUV 43.55 129.38 116.91 -
System Red Green Blue C M Y K H S L
Decimal 28 51 46 0.45 0 0.10 0.8 166.96 0.29 0.15
Hex 1C 33 2E 2D 0 A 50 A7 1D F
Octal 34 63 56 55 0 12 120 247 35 17
Binary 11100 110011 101110 101101 0 1010 1010000 10100111 11101 1111

Color Harmonies of #1C332E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C332E

Black with #1C332E

Text Example


Text Example

White with #1C332E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,51,46); }

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

background-color css

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

 a { background-color: rgb(28,51,46); }

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

border-color css

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

 span { border-color: rgb(28,51,46); }

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