#264F3A

Color #264F3A Bottle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bottle Green #264F3A

Tints of Bottle Green #264F3A

Color information

#264F3A (or 0x264F3A) is unknown color: approx Bottle Green. HEX triplet: 26, 4F and 3A. RGB value is (38,79,58). Sum of RGB (Red+Green+Blue) = 38+79+58=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 79 - color contains mainly: green. Hex color #264F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264F3A is #D9B0C5. Grayscale: #404040. Windows color (decimal): -14266566 or 3821350. OLE color: 3821350.

HSL color Cylindrical-coordinate representation of color #264F3A: hue angle of 149.27º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #264F3A is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.69.

Color convert

RGB387958-
CMYK0.5200.270.69
HSL149.27º35.04%22.94%-
HSV(B)149.27º51.9%30.98%-
XYZ4.366.314.99-
YUV64.35124.42109.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.71%
GREEN value IS 79 (31.25% from 255) = 45.14%
BLUE value IS 58 (23.05% from 255) = 33.14%
R=21.71%
G=45.14%
B=33.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3879580.5200.270.69149.2735.0422.94
Hex264F3A3401B45952317
Octal4611772640331052254327
Binary100110100111111101011010001101110001011001010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264F3A; }

 p { color: rgb(38,79,58); }

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

<style>
 a { background-color: #264F3A; }

 a { background-color: rgb(38,79,58); }

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

<style>
 span { border-color: #264F3A; }

 span { border-color: rgb(38,79,58); }

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