Html Css Color HEX #1A200B Rangoon Green

📋 copy color: '#1A200B'

red 26 ◦ green 32 ◦ blue 11

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

Shades of Rangoon Green #1A200B

Tints of Rangoon Green #1A200B

RGB

 RED value IS 26 (10.55% from 255) = 37.68%

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

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

R = 37.68%
G = 46.38%
B = 15.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.87

RGB Variations

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

Color information

#1A200B (or 0x1A200B) is known color: Rangoon Green. HEX triplet: 1A, 20 and 0B. RGB value is (26,32,11). Sum of RGB (Red+Green+Blue) = 26+32+11=69 (9% of max value = 765). Red value is 26 (10.55% from 255 or 37.68% from 69); Green value is 32 (12.89% from 255 or 46.38% from 69); Blue value is 11 (4.69% from 255 or 15.94% from 69); Max value from RGB is 32 - color contains mainly: green. Hex color #1A200B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A200B is #E5DFF4. Grayscale: #1B1B1B. Windows color (decimal): -15065077 or 729114. OLE color: 729114.

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

Color convert

RGB 26 32 11 -
CMYK 0.19 0 0.66 0.87
HSL 77.14º 0.49% 0.08% -
HSV(B) 77.14º 0.66% 0.13% -
XYZ 1 1.28 0.51 -
YUV 27.81 118.51 126.71 -
System Red Green Blue C M Y K H S L
Decimal 26 32 11 0.19 0 0.66 0.87 77.14 0.49 0.08
Hex 1A 20 B 13 0 42 57 4D 31 8
Octal 32 40 13 23 0 102 127 115 61 10
Binary 11010 100000 1011 10011 0 1000010 1010111 1001101 110001 1000

Color Harmonies of #1A200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A200B

Black with #1A200B

Text Example


Text Example

White with #1A200B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,32,11); }

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

background-color css

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

 a { background-color: rgb(26,32,11); }

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

border-color css

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

 span { border-color: rgb(26,32,11); }

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