Html Css Color HEX #267C0D Forest Green

📋 copy color: '#267C0D'

red 38 ◦ green 124 ◦ blue 13

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

Shades of Forest Green #267C0D

Tints of Forest Green #267C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.43%

R = 21.71%
G = 70.86%
B = 7.43%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#267C0D (or 0x267C0D) is known color: Forest Green. HEX triplet: 26, 7C and 0D. RGB value is (38,124,13). Sum of RGB (Red+Green+Blue) = 38+124+13=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 124 (48.83% from 255 or 70.86% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 124 - color contains mainly: green. Hex color #267C0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #267C0D is #D983F2. Grayscale: #555555. Windows color (decimal): -14255091 or 883750. OLE color: 883750.

HSL color Cylindrical-coordinate representation of color #267C0D: hue angle of 106.49º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #267C0D is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB 38 124 13 -
CMYK 0.69 0 0.90 0.51
HSL 106.49º 0.81% 0.27% -
HSV(B) 106.49º 0.9% 0.49% -
XYZ 8.08 14.86 2.82 -
YUV 85.63 87.01 94.03 -
System Red Green Blue C M Y K H S L
Decimal 38 124 13 0.69 0 0.90 0.51 106.49 0.81 0.27
Hex 26 7C D 45 0 5A 33 6A 51 1B
Octal 46 174 15 105 0 132 63 152 121 33
Binary 100110 1111100 1101 1000101 0 1011010 110011 1101010 1010001 11011

Color Harmonies of #267C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267C0D

Black with #267C0D

Text Example


Text Example

White with #267C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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