Html Css Color HEX #1B210C Rangoon Green

📋 copy color: '#1B210C'

red 27 ◦ green 33 ◦ blue 12

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

Shades of Rangoon Green #1B210C

Tints of Rangoon Green #1B210C

RGB

 RED value IS 27 (10.94% from 255) = 37.5%

 GREEN value IS 33 (13.28% from 255) = 45.83%

 BLUE value IS 12 (5.08% from 255) = 16.67%

R = 37.5%
G = 45.83%
B = 16.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.87

RGB Variations

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

Color information

#1B210C (or 0x1B210C) is known color: Rangoon Green. HEX triplet: 1B, 21 and 0C. RGB value is (27,33,12). Sum of RGB (Red+Green+Blue) = 27+33+12=72 (9% of max value = 765). Red value is 27 (10.94% from 255 or 37.5% from 72); Green value is 33 (13.28% from 255 or 45.83% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 33 - color contains mainly: green. Hex color #1B210C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B210C is #E4DEF3. Grayscale: #1C1C1C. Windows color (decimal): -14999284 or 794907. OLE color: 794907.

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

Color convert

RGB 27 33 12 -
CMYK 0.18 0 0.64 0.87
HSL 77.14º 0.47% 0.09% -
HSV(B) 77.14º 0.64% 0.13% -
XYZ 1.06 1.35 0.55 -
YUV 28.81 118.51 126.71 -
System Red Green Blue C M Y K H S L
Decimal 27 33 12 0.18 0 0.64 0.87 77.14 0.47 0.09
Hex 1B 21 C 12 0 40 57 4D 2F 9
Octal 33 41 14 22 0 100 127 115 57 11
Binary 11011 100001 1100 10010 0 1000000 1010111 1001101 101111 1001

Color Harmonies of #1B210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B210C

Black with #1B210C

Text Example


Text Example

White with #1B210C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,33,12); }

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

background-color css

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

 a { background-color: rgb(27,33,12); }

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

border-color css

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

 span { border-color: rgb(27,33,12); }

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