#269F2F

Color #269F2F Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #269F2F

Tints of Forest Green #269F2F

Color information

#269F2F (or 0x269F2F) is unknown color: approx Forest Green. HEX triplet: 26, 9F and 2F. RGB value is (38,159,47). Sum of RGB (Red+Green+Blue) = 38+159+47=244 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.57% from 244); Green value is 159 (62.5% from 255 or 65.16% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 159 - color contains mainly: green. Hex color #269F2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269F2F is #D960D0. Grayscale: #6E6E6E. Windows color (decimal): -14246097 or 3120934. OLE color: 3120934.

HSL color Cylindrical-coordinate representation of color #269F2F: hue angle of 124.46º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269F2F is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB3815947-
CMYK0.7600.700.38
HSL124.46º61.42%38.63%-
HSV(B)124.46º76.1%62.35%-
XYZ13.7125.416.87-
YUV110.0592.4176.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.57%
GREEN value IS 159 (62.5% from 255) = 65.16%
BLUE value IS 47 (18.75% from 255) = 19.26%
R=15.57%
G=65.16%
B=19.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38159470.7600.700.38124.4661.4238.63
Hex269F2F4C046267c3d27
Octal46237571140106461747547
Binary100110100111111011111001100010001101001101111100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269F2F; }

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

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

<style>
 a { background-color: #269F2F; }

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

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

<style>
 span { border-color: #269F2F; }

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

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