Html Css Color HEX #1C2307 Rangoon Green

📋 copy color: '#1C2307'

red 28 ◦ green 35 ◦ blue 7

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

Shades of Rangoon Green #1C2307

Tints of Rangoon Green #1C2307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 10%

R = 40%
G = 50%
B = 10%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.80

 K value IS 0.86

RGB Variations

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

Color information

#1C2307 (or 0x1C2307) is known color: Rangoon Green. HEX triplet: 1C, 23 and 07. RGB value is (28,35,7). Sum of RGB (Red+Green+Blue) = 28+35+7=70 (9% of max value = 765). Red value is 28 (11.33% from 255 or 40% from 70); Green value is 35 (14.06% from 255 or 50% from 70); Blue value is 7 (3.12% from 255 or 10% from 70); Max value from RGB is 35 - color contains mainly: green. Hex color #1C2307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2307 is #E3DCF8. Grayscale: #1D1D1D. Windows color (decimal): -14933241 or 467740. OLE color: 467740.

HSL color Cylindrical-coordinate representation of color #1C2307: hue angle of 75º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C2307 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.86.

Color convert

RGB 28 35 7 -
CMYK 0.20 0 0.80 0.86
HSL 75º 0.67% 0.08% -
HSV(B) 75º 0.8% 0.14% -
XYZ 1.12 1.46 0.42 -
YUV 29.72 115.18 126.78 -
System Red Green Blue C M Y K H S L
Decimal 28 35 7 0.20 0 0.80 0.86 75 0.67 0.08
Hex 1C 23 7 14 0 50 56 4B 43 8
Octal 34 43 7 24 0 120 126 113 103 10
Binary 11100 100011 111 10100 0 1010000 1010110 1001011 1000011 1000

Color Harmonies of #1C2307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2307

Black with #1C2307

Text Example


Text Example

White with #1C2307

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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