Html Css Color HEX #20260D Rangoon Green

📋 copy color: '#20260D'

red 32 ◦ green 38 ◦ blue 13

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

Shades of Rangoon Green #20260D

Tints of Rangoon Green #20260D

RGB

 RED value IS 32 (12.89% from 255) = 38.55%

 GREEN value IS 38 (15.23% from 255) = 45.78%

 BLUE value IS 13 (5.47% from 255) = 15.66%

R = 38.55%
G = 45.78%
B = 15.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.85

RGB Variations

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

Color information

#20260D (or 0x20260D) is known color: Rangoon Green. HEX triplet: 20, 26 and 0D. RGB value is (32,38,13). Sum of RGB (Red+Green+Blue) = 32+38+13=83 (10% of max value = 765). Red value is 32 (12.89% from 255 or 38.55% from 83); Green value is 38 (15.23% from 255 or 45.78% from 83); Blue value is 13 (5.47% from 255 or 15.66% from 83); Max value from RGB is 38 - color contains mainly: green. Hex color #20260D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20260D is #DFD9F2. Grayscale: #212121. Windows color (decimal): -14670323 or 861728. OLE color: 861728.

HSL color Cylindrical-coordinate representation of color #20260D: hue angle of 74.4º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20260D is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.85.

Color convert

RGB 32 38 13 -
CMYK 0.16 0 0.66 0.85
HSL 74.4º 0.49% 0.1% -
HSV(B) 74.4º 0.66% 0.15% -
XYZ 1.36 1.72 0.64 -
YUV 33.36 116.51 127.03 -
System Red Green Blue C M Y K H S L
Decimal 32 38 13 0.16 0 0.66 0.85 74.4 0.49 0.1
Hex 20 26 D 10 0 42 55 4A 31 A
Octal 40 46 15 20 0 102 125 112 61 12
Binary 100000 100110 1101 10000 0 1000010 1010101 1001010 110001 1010

Color Harmonies of #20260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20260D

Black with #20260D

Text Example


Text Example

White with #20260D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20260D; }

 p { color: rgb(32,38,13); }

 H1.HeaderClassName
 {
   color: #20260D;
 }
 .AnyTagClassName
 {
   color: #20260D;
 }
</style>

background-color css

<style>
 a { background-color: #20260D; }

 a { background-color: rgb(32,38,13); }

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

border-color css

<style>
 span { border-color: #20260D; }

 span { border-color: rgb(32,38,13); }

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