Html Css Color HEX #1C2110 Rangoon Green

📋 copy color: '#1C2110'

red 28 ◦ green 33 ◦ blue 16

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

Shades of Rangoon Green #1C2110

Tints of Rangoon Green #1C2110

RGB

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

 GREEN value IS 33 (13.28% from 255) = 42.86%

 BLUE value IS 16 (6.64% from 255) = 20.78%

R = 36.36%
G = 42.86%
B = 20.78%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.52

 K value IS 0.87

RGB Variations

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

Color information

#1C2110 (or 0x1C2110) is known color: Rangoon Green. HEX triplet: 1C, 21 and 10. RGB value is (28,33,16). Sum of RGB (Red+Green+Blue) = 28+33+16=77 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.36% from 77); Green value is 33 (13.28% from 255 or 42.86% from 77); Blue value is 16 (6.64% from 255 or 20.78% from 77); Max value from RGB is 33 - color contains mainly: green. Hex color #1C2110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2110 is #E3DEEF. Grayscale: #1D1D1D. Windows color (decimal): -14933744 or 1057052. OLE color: 1057052.

HSL color Cylindrical-coordinate representation of color #1C2110: hue angle of 77.65º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1C2110 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.87.

Color convert

RGB 28 33 16 -
CMYK 0.15 0 0.52 0.87
HSL 77.65º 0.35% 0.1% -
HSV(B) 77.65º 0.52% 0.13% -
XYZ 1.12 1.37 0.7 -
YUV 29.57 120.34 126.88 -
System Red Green Blue C M Y K H S L
Decimal 28 33 16 0.15 0 0.52 0.87 77.65 0.35 0.1
Hex 1C 21 10 F 0 34 57 4E 23 A
Octal 34 41 20 17 0 64 127 116 43 12
Binary 11100 100001 10000 1111 0 110100 1010111 1001110 100011 1010

Color Harmonies of #1C2110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2110

Black with #1C2110

Text Example


Text Example

White with #1C2110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,33,16); }

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

background-color css

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

 a { background-color: rgb(28,33,16); }

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

border-color css

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

 span { border-color: rgb(28,33,16); }

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