#262d14

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

Shades of Rangoon Green #262D14

Tints of Rangoon Green #262D14

Color information

#262D14 (or 0x262D14) is unknown color: approx Rangoon Green. HEX triplet: 26, 2D and 14. RGB value is (38,45,20). Sum of RGB (Red+Green+Blue) = 38+45+20=103 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.89% from 103); Green value is 45 (17.97% from 255 or 43.69% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 45 - color contains mainly: green. Hex color #262D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262D14 is #D9D2EB. Grayscale: #282828. Windows color (decimal): -14275308 or 1322278. OLE color: 1322278.

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

Color convert

RGB384520-
CMYK0.1600.560.82
HSL76.8º38.46%12.75%-
HSV(B)76.8º55.56%17.65%-
XYZ1.862.341.02-
YUV40.06116.68126.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.89%
GREEN value IS 45 (17.97% from 255) = 43.69%
BLUE value IS 20 (8.20% from 255) = 19.42%
R=36.89%
G=43.69%
B=19.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3845200.1600.560.8276.838.4612.75
Hex262D1410038524d26d
Octal465524200701221154615
Binary10011010110110100100000111000101001010011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262d14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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