#268A0A

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

Shades of Forest Green #268A0A

Tints of Forest Green #268A0A

Color information

#268A0A (or 0x268A0A) is unknown color: approx Forest Green. HEX triplet: 26, 8A and 0A. RGB value is (38,138,10). Sum of RGB (Red+Green+Blue) = 38+138+10=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 138 (54.30% from 255 or 74.19% from 186); Blue value is 10 (4.30% from 255 or 5.38% from 186); Max value from RGB is 138 - color contains mainly: green. Hex color #268A0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268A0A is #D975F5. Grayscale: #5D5D5D. Windows color (decimal): -14251510 or 690726. OLE color: 690726.

HSL color Cylindrical-coordinate representation of color #268A0A: hue angle of 106.88º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #268A0A is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB3813810-
CMYK0.7200.930.46
HSL106.88º86.49%29.02%-
HSV(B)106.88º92.75%54.12%-
XYZ9.9418.613.36-
YUV93.5180.8788.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.43%
GREEN value IS 138 (54.30% from 255) = 74.19%
BLUE value IS 10 (4.30% from 255) = 5.38%
R=20.43%
G=74.19%
B=5.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal38138100.7200.930.46106.8886.4929.02
Hex268AA4805D2E6b561d
Octal462121211001355615312635
Binary1001101000101010101001000010111011011101101011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268A0A; }

 p { color: rgb(38,138,10); }

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

<style>
 a { background-color: #268A0A; }

 a { background-color: rgb(38,138,10); }

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

<style>
 span { border-color: #268A0A; }

 span { border-color: rgb(38,138,10); }

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