#232421

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

Shades of Rangoon Green #232421

Tints of Rangoon Green #232421

Color information

#232421 (or 0x232421) is unknown color: approx Rangoon Green. HEX triplet: 23, 24 and 21. RGB value is (35,36,33). Sum of RGB (Red+Green+Blue) = 35+36+33=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 36 (14.45% from 255 or 34.62% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 36 - color contains mainly: green. Hex color #232421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232421 is #DCDBDE. Grayscale: #232323. Windows color (decimal): -14474207 or 2171939. OLE color: 2171939.

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

Color convert

RGB353633-
CMYK0.0300.080.86
HSL80º4.35%13.53%-
HSV(B)80º8.33%14.12%-
XYZ1.61.731.69-
YUV35.36126.67127.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.65%
GREEN value IS 36 (14.45% from 255) = 34.62%
BLUE value IS 33 (13.28% from 255) = 31.73%
R=33.65%
G=34.62%
B=31.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3536330.0300.080.86804.3513.53
Hex23242130856504e
Octal4344413010126120416
Binary1000111001001000011101000101011010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232421; }

 p { color: rgb(35,36,33); }

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

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

 a { background-color: rgb(35,36,33); }

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

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

 span { border-color: rgb(35,36,33); }

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