#269B2A

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

Shades of Forest Green #269B2A

Tints of Forest Green #269B2A

Color information

#269B2A (or 0x269B2A) is unknown color: approx Forest Green. HEX triplet: 26, 9B and 2A. RGB value is (38,155,42). Sum of RGB (Red+Green+Blue) = 38+155+42=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 155 (60.94% from 255 or 65.96% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 155 - color contains mainly: green. Hex color #269B2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269B2A is #D964D5. Grayscale: #6B6B6B. Windows color (decimal): -14247126 or 2792230. OLE color: 2792230.

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

Color convert

RGB3815542-
CMYK0.7500.730.39
HSL122.05º60.62%37.84%-
HSV(B)122.05º75.48%60.78%-
XYZ12.9424.026.15-
YUV107.1491.2478.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.17%
GREEN value IS 155 (60.94% from 255) = 65.96%
BLUE value IS 42 (16.80% from 255) = 17.87%
R=16.17%
G=65.96%
B=17.87%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal38155420.7500.730.39122.0560.6237.84
Hex269B2A4B049277a3d26
Octal46233521130111471727546
Binary100110100110111010101001011010010011001111111010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,155,42); }

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

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

 a { background-color: rgb(38,155,42); }

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

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

 span { border-color: rgb(38,155,42); }

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