#232A10

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

Shades of Rangoon Green #232A10

Tints of Rangoon Green #232A10

Color information

#232A10 (or 0x232A10) is unknown color: approx Rangoon Green. HEX triplet: 23, 2A and 10. RGB value is (35,42,16). Sum of RGB (Red+Green+Blue) = 35+42+16=93 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.63% from 93); Green value is 42 (16.80% from 255 or 45.16% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 42 - color contains mainly: green. Hex color #232A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232A10 is #DCD5EF. Grayscale: #252525. Windows color (decimal): -14472688 or 1059363. OLE color: 1059363.

HSL color Cylindrical-coordinate representation of color #232A10: hue angle of 76.15º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #232A10 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.84.

Color convert

RGB354216-
CMYK0.1700.620.84
HSL76.15º44.83%11.37%-
HSV(B)76.15º61.9%16.47%-
XYZ1.612.050.8-
YUV36.94116.18126.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 37.63%
GREEN value IS 42 (16.80% from 255) = 45.16%
BLUE value IS 16 (6.64% from 255) = 17.20%
R=37.63%
G=45.16%
B=17.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3542160.1700.620.8476.1544.8311.37
Hex232A101103E544c2db
Octal435220210761241145513
Binary10001110101010000100010111110101010010011001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232A10; }

 p { color: rgb(35,42,16); }

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

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

 a { background-color: rgb(35,42,16); }

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

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

 span { border-color: rgb(35,42,16); }

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