#20231A

Color #20231A Rangoon Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rangoon Green #20231A

Tints of Rangoon Green #20231A

Color information

#20231A (or 0x20231A) is unknown color: approx Rangoon Green. HEX triplet: 20, 23 and 1A. RGB value is (32,35,26). Sum of RGB (Red+Green+Blue) = 32+35+26=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 35 (14.06% from 255 or 37.63% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 35 - color contains mainly: green. Hex color #20231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20231A is #DFDCE5. Grayscale: #212121. Windows color (decimal): -14671078 or 1712928. OLE color: 1712928.

HSL color Cylindrical-coordinate representation of color #20231A: hue angle of 80º degrees, saturation: 0.15, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #20231A is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.86.

Color convert

RGB323526-
CMYK0.0900.260.86
HSL80º14.75%11.96%-
HSV(B)80º25.71%13.73%-
XYZ1.381.581.21-
YUV33.08124.01127.23-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.41%
GREEN value IS 35 (14.06% from 255) = 37.63%
BLUE value IS 26 (10.55% from 255) = 27.96%
R=34.41%
G=37.63%
B=27.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3235260.0900.260.868014.7511.96
Hex20231A901A5650fc
Octal404332110321261201714
Binary1000001000111101010010110101010110101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20231A; }

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

 H1.HeaderClassName
 {
   color: #20231A;
 }
 .AnyTagClassName
 {
   color: #20231A;
 }
</style>
background-color css

<style>
 a { background-color: #20231A; }

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

 div.DivClassName
 {
   background-color: #20231A;
 }
 .BgClassName
 {
   background-color: #20231A;
 }
</style>
border-color css

<style>
 span { border-color: #20231A; }

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

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