Html Css Color HEX #267C14 Forest Green

📋 copy color: '#267C14'

red 38 ◦ green 124 ◦ blue 20

#267C14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #267C14

Tints of Forest Green #267C14

RGB

 RED value IS 38 (15.23% from 255) = 20.88%

 GREEN value IS 124 (48.83% from 255) = 68.13%

 BLUE value IS 20 (8.2% from 255) = 10.99%

R = 20.88%
G = 68.13%
B = 10.99%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#267C14 (or 0x267C14) is known color: Forest Green. HEX triplet: 26, 7C and 14. RGB value is (38,124,20). Sum of RGB (Red+Green+Blue) = 38+124+20=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 124 (48.83% from 255 or 68.13% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 124 - color contains mainly: green. Hex color #267C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #267C14 is #D983EB. Grayscale: #565656. Windows color (decimal): -14255084 or 1342502. OLE color: 1342502.

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

Color convert

RGB 38 124 20 -
CMYK 0.69 0 0.84 0.51
HSL 109.62º 0.72% 0.28% -
HSV(B) 109.62º 0.84% 0.49% -
XYZ 8.13 14.88 3.1 -
YUV 86.43 90.51 93.46 -
System Red Green Blue C M Y K H S L
Decimal 38 124 20 0.69 0 0.84 0.51 109.62 0.72 0.28
Hex 26 7C 14 45 0 54 33 6E 48 1C
Octal 46 174 24 105 0 124 63 156 110 34
Binary 100110 1111100 10100 1000101 0 1010100 110011 1101110 1001000 11100

Color Harmonies of #267C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267C14

Black with #267C14

Text Example


Text Example

White with #267C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #267C14;
 }
 .AnyTagClassName
 {
   color: #267C14;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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