#262D11

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

Shades of Rangoon Green #262D11

Tints of Rangoon Green #262D11

Color information

#262D11 (or 0x262D11) is unknown color: approx Rangoon Green. HEX triplet: 26, 2D and 11. RGB value is (38,45,17). Sum of RGB (Red+Green+Blue) = 38+45+17=100 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38% from 100); Green value is 45 (17.97% from 255 or 45% from 100); Blue value is 17 (7.03% from 255 or 17% from 100); Max value from RGB is 45 - color contains mainly: green. Hex color #262D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262D11 is #D9D2EE. Grayscale: #272727. Windows color (decimal): -14275311 or 1125670. OLE color: 1125670.

HSL color Cylindrical-coordinate representation of color #262D11: hue angle of 75º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #262D11 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.82.

Color convert

RGB384517-
CMYK0.1600.620.82
HSL75º45.16%12.16%-
HSV(B)75º62.22%17.65%-
XYZ1.842.330.88-
YUV39.72115.18126.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 38%
GREEN value IS 45 (17.97% from 255) = 45%
BLUE value IS 17 (7.03% from 255) = 17%
R=38%
G=45%
B=17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3845170.1600.620.827545.1612.16
Hex262D111003E524b2dc
Octal465521200761221135514
Binary10011010110110001100000111110101001010010111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,45,17); }

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

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

 a { background-color: rgb(38,45,17); }

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

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

 span { border-color: rgb(38,45,17); }

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