Html Css Color HEX #1C1D19 Rangoon Green

📋 copy color: '#1C1D19'

red 28 ◦ green 29 ◦ blue 25

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

Shades of Rangoon Green #1C1D19

Tints of Rangoon Green #1C1D19

RGB

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

 GREEN value IS 29 (11.72% from 255) = 35.37%

 BLUE value IS 25 (10.16% from 255) = 30.49%

R = 34.15%
G = 35.37%
B = 30.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.89

RGB Variations

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

Color information

#1C1D19 (or 0x1C1D19) is known color: Rangoon Green. HEX triplet: 1C, 1D and 19. RGB value is (28,29,25). Sum of RGB (Red+Green+Blue) = 28+29+25=82 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.15% from 82); Green value is 29 (11.72% from 255 or 35.37% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 29 - color contains mainly: green. Hex color #1C1D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1D19 is #E3E2E6. Grayscale: #1C1C1C. Windows color (decimal): -14934759 or 1645852. OLE color: 1645852.

HSL color Cylindrical-coordinate representation of color #1C1D19: hue angle of 75º degrees, saturation: 0.07, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #1C1D19 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.89.

Color convert

RGB 28 29 25 -
CMYK 0.03 0 0.14 0.89
HSL 75º 0.07% 0.11% -
HSV(B) 75º 0.14% 0.11% -
XYZ 1.09 1.2 1.09 -
YUV 28.25 126.17 127.83 -
System Red Green Blue C M Y K H S L
Decimal 28 29 25 0.03 0 0.14 0.89 75 0.07 0.11
Hex 1C 1D 19 3 0 E 59 4B 7 B
Octal 34 35 31 3 0 16 131 113 7 13
Binary 11100 11101 11001 11 0 1110 1011001 1001011 111 1011

Color Harmonies of #1C1D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1D19

Black with #1C1D19

Text Example


Text Example

White with #1C1D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,29,25); }

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

background-color css

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

 a { background-color: rgb(28,29,25); }

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

border-color css

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

 span { border-color: rgb(28,29,25); }

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