#232D05

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

Shades of Rangoon Green #232D05

Tints of Rangoon Green #232D05

Color information

#232D05 (or 0x232D05) is unknown color: approx Rangoon Green. HEX triplet: 23, 2D and 05. RGB value is (35,45,5). Sum of RGB (Red+Green+Blue) = 35+45+5=85 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.18% from 85); Green value is 45 (17.97% from 255 or 52.94% from 85); Blue value is 5 (2.34% from 255 or 5.88% from 85); Max value from RGB is 45 - color contains mainly: green. Hex color #232D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232D05 is #DCD2FA. Grayscale: #252525. Windows color (decimal): -14471931 or 339235. OLE color: 339235.

HSL color Cylindrical-coordinate representation of color #232D05: hue angle of 75º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #232D05 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.82.

Color convert

RGB35455-
CMYK0.2200.890.82
HSL75º80%9.8%-
HSV(B)75º88.89%17.65%-
XYZ1.662.250.49-
YUV37.45109.69126.25-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 41.18%
GREEN value IS 45 (17.97% from 255) = 52.94%
BLUE value IS 5 (2.34% from 255) = 5.88%
R=41.18%
G=52.94%
B=5.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal354550.2200.890.8275809.8
Hex232D516059524b50a
Octal4355526013112211312012
Binary10001110110110110110010110011010010100101110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,45,5); }

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

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

 a { background-color: rgb(35,45,5); }

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

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

 span { border-color: rgb(35,45,5); }

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