#26852A

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

Shades of Forest Green #26852A

Tints of Forest Green #26852A

Color information

#26852A (or 0x26852A) is unknown color: approx Forest Green. HEX triplet: 26, 85 and 2A. RGB value is (38,133,42). Sum of RGB (Red+Green+Blue) = 38+133+42=213 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.84% from 213); Green value is 133 (52.34% from 255 or 62.44% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 133 - color contains mainly: green. Hex color #26852A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26852A is #D97AD5. Grayscale: #5E5E5E. Windows color (decimal): -14252758 or 2786598. OLE color: 2786598.

HSL color Cylindrical-coordinate representation of color #26852A: hue angle of 122.53º 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 #26852A is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB3813342-
CMYK0.7100.680.48
HSL122.53º55.56%33.53%-
HSV(B)122.53º71.43%52.16%-
XYZ9.617.355.03-
YUV94.2298.5387.9-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.84%
GREEN value IS 133 (52.34% from 255) = 62.44%
BLUE value IS 42 (16.80% from 255) = 19.72%
R=17.84%
G=62.44%
B=19.72%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal38133420.7100.680.48122.5355.5633.53
Hex26852A47044307b3822
Octal46205521070104601737042
Binary100110100001011010101000111010001001100001111011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26852A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26852A; }

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

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

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

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

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

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

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

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