#268528

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

Shades of Forest Green #268528

Tints of Forest Green #268528

Color information

#268528 (or 0x268528) is unknown color: approx Forest Green. HEX triplet: 26, 85 and 28. RGB value is (38,133,40). Sum of RGB (Red+Green+Blue) = 38+133+40=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 133 (52.34% from 255 or 63.03% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 133 - color contains mainly: green. Hex color #268528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268528 is #D97AD7. Grayscale: #5E5E5E. Windows color (decimal): -14252760 or 2655526. OLE color: 2655526.

HSL color Cylindrical-coordinate representation of color #268528: hue angle of 121.26º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268528 is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB3813340-
CMYK0.7100.700.48
HSL121.26º55.56%33.53%-
HSV(B)121.26º71.43%52.16%-
XYZ9.5717.344.85-
YUV93.9997.5388.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.01%
GREEN value IS 133 (52.34% from 255) = 63.03%
BLUE value IS 40 (16.02% from 255) = 18.96%
R=18.01%
G=63.03%
B=18.96%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal38133400.7100.700.48121.2655.5633.53
Hex2685284704630793822
Octal46205501070106601717042
Binary100110100001011010001000111010001101100001111001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268528; }

 p { color: rgb(38,133,40); }

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

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

 a { background-color: rgb(38,133,40); }

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

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

 span { border-color: rgb(38,133,40); }

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