#202319

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

Shades of Rangoon Green #202319

Tints of Rangoon Green #202319

Color information

#202319 (or 0x202319) is unknown color: approx Rangoon Green. HEX triplet: 20, 23 and 19. RGB value is (32,35,25). Sum of RGB (Red+Green+Blue) = 32+35+25=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 35 (14.06% from 255 or 38.04% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 35 - color contains mainly: green. Hex color #202319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202319 is #DFDCE6. Grayscale: #212121. Windows color (decimal): -14671079 or 1647392. OLE color: 1647392.

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

Color convert

RGB323525-
CMYK0.0900.290.86
HSL78º16.67%11.76%-
HSV(B)78º28.57%13.73%-
XYZ1.371.581.15-
YUV32.96123.51127.31-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.78%
GREEN value IS 35 (14.06% from 255) = 38.04%
BLUE value IS 25 (10.16% from 255) = 27.17%
R=34.78%
G=38.04%
B=27.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3235250.0900.290.867816.6711.76
Hex202319901D564e11c
Octal404331110351261162114
Binary10000010001111001100101110110101101001110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202319; }

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

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

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

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

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

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

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

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