#232912

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

Shades of Rangoon Green #232912

Tints of Rangoon Green #232912

Color information

#232912 (or 0x232912) is unknown color: approx Rangoon Green. HEX triplet: 23, 29 and 12. RGB value is (35,41,18). Sum of RGB (Red+Green+Blue) = 35+41+18=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 41 (16.41% from 255 or 43.62% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 41 - color contains mainly: green. Hex color #232912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232912 is #DCD6ED. Grayscale: #242424. Windows color (decimal): -14472942 or 1190179. OLE color: 1190179.

HSL color Cylindrical-coordinate representation of color #232912: hue angle of 75.65º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #232912 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.84.

Color convert

RGB354118-
CMYK0.1500.560.84
HSL75.65º38.98%11.57%-
HSV(B)75.65º56.1%16.08%-
XYZ1.61.990.87-
YUV36.58117.51126.87-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 37.23%
GREEN value IS 41 (16.41% from 255) = 43.62%
BLUE value IS 18 (7.42% from 255) = 19.15%
R=37.23%
G=43.62%
B=19.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3541180.1500.560.8475.6538.9811.57
Hex232912F038544c27c
Octal435122170701241144714
Binary1000111010011001011110111000101010010011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232912; }

 p { color: rgb(35,41,18); }

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

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

 a { background-color: rgb(35,41,18); }

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

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

 span { border-color: rgb(35,41,18); }

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