#262F0C

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

Shades of Rangoon Green #262F0C

Tints of Rangoon Green #262F0C

Color information

#262F0C (or 0x262F0C) is unknown color: approx Rangoon Green. HEX triplet: 26, 2F and 0C. RGB value is (38,47,12). Sum of RGB (Red+Green+Blue) = 38+47+12=97 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.18% from 97); Green value is 47 (18.75% from 255 or 48.45% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 47 - color contains mainly: green. Hex color #262F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262F0C is #D9D0F3. Grayscale: #282828. Windows color (decimal): -14274804 or 798502. OLE color: 798502.

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

Color convert

RGB384712-
CMYK0.1900.740.82
HSL75.43º59.32%11.57%-
HSV(B)75.43º74.47%18.43%-
XYZ1.882.470.73-
YUV40.32112.02126.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 39.18%
GREEN value IS 47 (18.75% from 255) = 48.45%
BLUE value IS 12 (5.08% from 255) = 12.37%
R=39.18%
G=48.45%
B=12.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3847120.1900.740.8275.4359.3211.57
Hex262FC1304A524b3bc
Octal4657142301121221137314
Binary10011010111111001001101001010101001010010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,47,12); }

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

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

 a { background-color: rgb(38,47,12); }

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

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

 span { border-color: rgb(38,47,12); }

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