#242E05

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

Shades of Rangoon Green #242E05

Tints of Rangoon Green #242E05

Color information

#242E05 (or 0x242E05) is unknown color: approx Rangoon Green. HEX triplet: 24, 2E and 05. RGB value is (36,46,5). Sum of RGB (Red+Green+Blue) = 36+46+5=87 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.38% from 87); Green value is 46 (18.36% from 255 or 52.87% from 87); Blue value is 5 (2.34% from 255 or 5.75% from 87); Max value from RGB is 46 - color contains mainly: green. Hex color #242E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242E05 is #DBD1FA. Grayscale: #262626. Windows color (decimal): -14406139 or 339492. OLE color: 339492.

HSL color Cylindrical-coordinate representation of color #242E05: hue angle of 74.63º 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 #242E05 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.82.

Color convert

RGB36465-
CMYK0.2200.890.82
HSL74.63º80.39%10%-
HSV(B)74.63º89.13%18.04%-
XYZ1.732.340.5-
YUV38.34109.19126.33-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 41.38%
GREEN value IS 46 (18.36% from 255) = 52.87%
BLUE value IS 5 (2.34% from 255) = 5.75%
R=41.38%
G=52.87%
B=5.75%

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
Decimal364650.2200.890.8274.6380.3910
Hex242E516059524b50a
Octal4456526013112211312012
Binary10010010111010110110010110011010010100101110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242E05; }

 p { color: rgb(36,46,5); }

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

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

 a { background-color: rgb(36,46,5); }

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

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

 span { border-color: rgb(36,46,5); }

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