#262E13

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

Shades of Rangoon Green #262E13

Tints of Rangoon Green #262E13

Color information

#262E13 (or 0x262E13) is unknown color: approx Rangoon Green. HEX triplet: 26, 2E and 13. RGB value is (38,46,19). Sum of RGB (Red+Green+Blue) = 38+46+19=103 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.89% from 103); Green value is 46 (18.36% from 255 or 44.66% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 46 - color contains mainly: green. Hex color #262E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262E13 is #D9D1EC. Grayscale: #282828. Windows color (decimal): -14275053 or 1256998. OLE color: 1256998.

HSL color Cylindrical-coordinate representation of color #262E13: hue angle of 77.78º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #262E13 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.82.

Color convert

RGB384619-
CMYK0.1700.590.82
HSL77.78º41.54%12.75%-
HSV(B)77.78º58.7%18.04%-
XYZ1.892.410.98-
YUV40.53115.85126.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.89%
GREEN value IS 46 (18.36% from 255) = 44.66%
BLUE value IS 19 (7.81% from 255) = 18.45%
R=36.89%
G=44.66%
B=18.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3846190.1700.590.8277.7841.5412.75
Hex262E131103B524e2ad
Octal465623210731221165215
Binary10011010111010011100010111011101001010011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262E13; }

 p { color: rgb(38,46,19); }

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

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

 a { background-color: rgb(38,46,19); }

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

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

 span { border-color: rgb(38,46,19); }

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