Html Css Color HEX #1C1E18 Rangoon Green

📋 copy color: '#1C1E18'

red 28 ◦ green 30 ◦ blue 24

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

Shades of Rangoon Green #1C1E18

Tints of Rangoon Green #1C1E18

RGB

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

 GREEN value IS 30 (12.11% from 255) = 36.59%

 BLUE value IS 24 (9.77% from 255) = 29.27%

R = 34.15%
G = 36.59%
B = 29.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.88

RGB Variations

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

Color information

#1C1E18 (or 0x1C1E18) is known color: Rangoon Green. HEX triplet: 1C, 1E and 18. RGB value is (28,30,24). Sum of RGB (Red+Green+Blue) = 28+30+24=82 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.15% from 82); Green value is 30 (12.11% from 255 or 36.59% from 82); Blue value is 24 (9.77% from 255 or 29.27% from 82); Max value from RGB is 30 - color contains mainly: green. Hex color #1C1E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1E18 is #E3E1E7. Grayscale: #1C1C1C. Windows color (decimal): -14934504 or 1580572. OLE color: 1580572.

HSL color Cylindrical-coordinate representation of color #1C1E18: hue angle of 80º degrees, saturation: 0.11, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #1C1E18 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.88.

Color convert

RGB 28 30 24 -
CMYK 0.07 0 0.20 0.88
HSL 80º 0.11% 0.11% -
HSV(B) 80º 0.2% 0.12% -
XYZ 1.11 1.24 1.05 -
YUV 28.72 125.34 127.49 -
System Red Green Blue C M Y K H S L
Decimal 28 30 24 0.07 0 0.20 0.88 80 0.11 0.11
Hex 1C 1E 18 7 0 14 58 50 B B
Octal 34 36 30 7 0 24 130 120 13 13
Binary 11100 11110 11000 111 0 10100 1011000 1010000 1011 1011

Color Harmonies of #1C1E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1E18

Black with #1C1E18

Text Example


Text Example

White with #1C1E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,30,24); }

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

background-color css

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

 a { background-color: rgb(28,30,24); }

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

border-color css

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

 span { border-color: rgb(28,30,24); }

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