Html Css Color HEX #1C230A Rangoon Green

📋 copy color: '#1C230A'

red 28 ◦ green 35 ◦ blue 10

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

Shades of Rangoon Green #1C230A

Tints of Rangoon Green #1C230A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 13.7%

R = 38.36%
G = 47.95%
B = 13.7%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.71

 K value IS 0.86

RGB Variations

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

Color information

#1C230A (or 0x1C230A) is known color: Rangoon Green. HEX triplet: 1C, 23 and 0A. RGB value is (28,35,10). Sum of RGB (Red+Green+Blue) = 28+35+10=73 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.36% from 73); Green value is 35 (14.06% from 255 or 47.95% from 73); Blue value is 10 (4.30% from 255 or 13.70% from 73); Max value from RGB is 35 - color contains mainly: green. Hex color #1C230A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C230A is #E3DCF5. Grayscale: #1E1E1E. Windows color (decimal): -14933238 or 664348. OLE color: 664348.

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

Color convert

RGB 28 35 10 -
CMYK 0.20 0 0.71 0.86
HSL 76.8º 0.56% 0.09% -
HSV(B) 76.8º 0.71% 0.14% -
XYZ 1.13 1.47 0.51 -
YUV 30.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 28 35 10 0.20 0 0.71 0.86 76.8 0.56 0.09
Hex 1C 23 A 14 0 47 56 4D 38 9
Octal 34 43 12 24 0 107 126 115 70 11
Binary 11100 100011 1010 10100 0 1000111 1010110 1001101 111000 1001

Color Harmonies of #1C230A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C230A

Black with #1C230A

Text Example


Text Example

White with #1C230A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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