#267A0F

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

Shades of Forest Green #267A0F

Tints of Forest Green #267A0F

Color information

#267A0F (or 0x267A0F) is unknown color: approx Forest Green. HEX triplet: 26, 7A and 0F. RGB value is (38,122,15). Sum of RGB (Red+Green+Blue) = 38+122+15=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 122 (48.05% from 255 or 69.71% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 122 - color contains mainly: green. Hex color #267A0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #267A0F is #D985F0. Grayscale: #555555. Windows color (decimal): -14255601 or 1014310. OLE color: 1014310.

HSL color Cylindrical-coordinate representation of color #267A0F: hue angle of 107.1º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #267A0F is Cyan = 0.69, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.52.

Color convert

RGB3812215-
CMYK0.6900.880.52
HSL107.1º78.1%26.86%-
HSV(B)107.1º87.7%47.84%-
XYZ7.8514.372.81-
YUV84.6988.6794.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.71%
GREEN value IS 122 (48.05% from 255) = 69.71%
BLUE value IS 15 (6.25% from 255) = 8.57%
R=21.71%
G=69.71%
B=8.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38122150.6900.880.52107.178.126.86
Hex267AF45058346b4e1b
Octal461721710501306415311633
Binary100110111101011111000101010110001101001101011100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267A0F; }

 p { color: rgb(38,122,15); }

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

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

 a { background-color: rgb(38,122,15); }

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

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

 span { border-color: rgb(38,122,15); }

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