Html Css Color HEX #1C2309 Rangoon Green

📋 copy color: '#1C2309'

red 28 ◦ green 35 ◦ blue 9

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

Shades of Rangoon Green #1C2309

Tints of Rangoon Green #1C2309

RGB

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

 GREEN value IS 35 (14.06% from 255) = 48.61%

 BLUE value IS 9 (3.91% from 255) = 12.5%

R = 38.89%
G = 48.61%
B = 12.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.74

 K value IS 0.86

RGB Variations

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

Color information

#1C2309 (or 0x1C2309) is known color: Rangoon Green. HEX triplet: 1C, 23 and 09. RGB value is (28,35,9). Sum of RGB (Red+Green+Blue) = 28+35+9=72 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.89% from 72); Green value is 35 (14.06% from 255 or 48.61% from 72); Blue value is 9 (3.91% from 255 or 12.5% from 72); Max value from RGB is 35 - color contains mainly: green. Hex color #1C2309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2309 is #E3DCF6. Grayscale: #1E1E1E. Windows color (decimal): -14933239 or 598812. OLE color: 598812.

HSL color Cylindrical-coordinate representation of color #1C2309: hue angle of 76.15º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C2309 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.86.

Color convert

RGB 28 35 9 -
CMYK 0.20 0 0.74 0.86
HSL 76.15º 0.59% 0.09% -
HSV(B) 76.15º 0.74% 0.14% -
XYZ 1.13 1.47 0.48 -
YUV 29.94 116.18 126.61 -
System Red Green Blue C M Y K H S L
Decimal 28 35 9 0.20 0 0.74 0.86 76.15 0.59 0.09
Hex 1C 23 9 14 0 4A 56 4C 3B 9
Octal 34 43 11 24 0 112 126 114 73 11
Binary 11100 100011 1001 10100 0 1001010 1010110 1001100 111011 1001

Color Harmonies of #1C2309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2309

Black with #1C2309

Text Example


Text Example

White with #1C2309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,35,9); }

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

background-color css

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

 a { background-color: rgb(28,35,9); }

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

border-color css

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

 span { border-color: rgb(28,35,9); }

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