Html Css Color HEX #1C220B Rangoon Green

📋 copy color: '#1C220B'

red 28 ◦ green 34 ◦ blue 11

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

Shades of Rangoon Green #1C220B

Tints of Rangoon Green #1C220B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 46.58%

 BLUE value IS 11 (4.69% from 255) = 15.07%

R = 38.36%
G = 46.58%
B = 15.07%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.87

RGB Variations

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

Color information

#1C220B (or 0x1C220B) is known color: Rangoon Green. HEX triplet: 1C, 22 and 0B. RGB value is (28,34,11). Sum of RGB (Red+Green+Blue) = 28+34+11=73 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.36% from 73); Green value is 34 (13.67% from 255 or 46.58% from 73); Blue value is 11 (4.69% from 255 or 15.07% from 73); Max value from RGB is 34 - color contains mainly: green. Hex color #1C220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C220B is #E3DDF4. Grayscale: #1D1D1D. Windows color (decimal): -14933493 or 729628. OLE color: 729628.

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

Color convert

RGB 28 34 11 -
CMYK 0.18 0 0.68 0.87
HSL 75.65º 0.51% 0.09% -
HSV(B) 75.65º 0.68% 0.13% -
XYZ 1.11 1.42 0.53 -
YUV 29.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 28 34 11 0.18 0 0.68 0.87 75.65 0.51 0.09
Hex 1C 22 B 12 0 44 57 4C 33 9
Octal 34 42 13 22 0 104 127 114 63 11
Binary 11100 100010 1011 10010 0 1000100 1010111 1001100 110011 1001

Color Harmonies of #1C220B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C220B

Black with #1C220B

Text Example


Text Example

White with #1C220B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,34,11); }

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

background-color css

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

 a { background-color: rgb(28,34,11); }

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

border-color css

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

 span { border-color: rgb(28,34,11); }

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