#267B14

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

Shades of Forest Green #267B14

Tints of Forest Green #267B14

Color information

#267B14 (or 0x267B14) is unknown color: approx Forest Green. HEX triplet: 26, 7B and 14. RGB value is (38,123,20). Sum of RGB (Red+Green+Blue) = 38+123+20=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 123 (48.44% from 255 or 67.96% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 123 - color contains mainly: green. Hex color #267B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #267B14 is #D984EB. Grayscale: #565656. Windows color (decimal): -14255340 or 1342246. OLE color: 1342246.

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

Color convert

RGB3812320-
CMYK0.6900.840.52
HSL109.51º72.03%28.04%-
HSV(B)109.51º83.74%48.24%-
XYZ8.0114.633.06-
YUV85.8490.8493.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.99%
GREEN value IS 123 (48.44% from 255) = 67.96%
BLUE value IS 20 (8.20% from 255) = 11.05%
R=20.99%
G=67.96%
B=11.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38123200.6900.840.52109.5172.0328.04
Hex267B1445054346e481c
Octal461732410501246415611034
Binary1001101111011101001000101010101001101001101110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,123,20); }

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

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

 a { background-color: rgb(38,123,20); }

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

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

 span { border-color: rgb(38,123,20); }

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