Html Css Color HEX #1C200F Rangoon Green

📋 copy color: '#1C200F'

red 28 ◦ green 32 ◦ blue 15

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

Shades of Rangoon Green #1C200F

Tints of Rangoon Green #1C200F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 42.67%

 BLUE value IS 15 (6.25% from 255) = 20%

R = 37.33%
G = 42.67%
B = 20%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.87

RGB Variations

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

Color information

#1C200F (or 0x1C200F) is known color: Rangoon Green. HEX triplet: 1C, 20 and 0F. RGB value is (28,32,15). Sum of RGB (Red+Green+Blue) = 28+32+15=75 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.33% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 32 - color contains mainly: green. Hex color #1C200F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C200F is #E3DFF0. Grayscale: #1C1C1C. Windows color (decimal): -14934001 or 991260. OLE color: 991260.

HSL color Cylindrical-coordinate representation of color #1C200F: hue angle of 74.12º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1C200F is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.87.

Color convert

RGB 28 32 15 -
CMYK 0.12 0 0.53 0.87
HSL 74.12º 0.36% 0.09% -
HSV(B) 74.12º 0.53% 0.13% -
XYZ 1.08 1.31 0.65 -
YUV 28.87 120.17 127.38 -
System Red Green Blue C M Y K H S L
Decimal 28 32 15 0.12 0 0.53 0.87 74.12 0.36 0.09
Hex 1C 20 F C 0 35 57 4A 24 9
Octal 34 40 17 14 0 65 127 112 44 11
Binary 11100 100000 1111 1100 0 110101 1010111 1001010 100100 1001

Color Harmonies of #1C200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C200F

Black with #1C200F

Text Example


Text Example

White with #1C200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,32,15); }

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

background-color css

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

 a { background-color: rgb(28,32,15); }

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

border-color css

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

 span { border-color: rgb(28,32,15); }

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