Html Css Color HEX #268318 Forest Green

📋 copy color: '#268318'

red 38 ◦ green 131 ◦ blue 24

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

Shades of Forest Green #268318

Tints of Forest Green #268318

RGB

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

 GREEN value IS 131 (51.56% from 255) = 67.88%

 BLUE value IS 24 (9.77% from 255) = 12.44%

R = 19.69%
G = 67.88%
B = 12.44%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#268318 (or 0x268318) is known color: Forest Green. HEX triplet: 26, 83 and 18. RGB value is (38,131,24). Sum of RGB (Red+Green+Blue) = 38+131+24=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 131 (51.56% from 255 or 67.88% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 131 - color contains mainly: green. Hex color #268318 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268318 is #D97CE7. Grayscale: #5B5B5B. Windows color (decimal): -14253288 or 1606438. OLE color: 1606438.

HSL color Cylindrical-coordinate representation of color #268318: hue angle of 112.15º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #268318 is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 38 131 24 -
CMYK 0.71 0 0.82 0.49
HSL 112.15º 0.69% 0.3% -
HSV(B) 112.15º 0.82% 0.51% -
XYZ 9.08 16.71 3.61 -
YUV 91 90.19 90.2 -
System Red Green Blue C M Y K H S L
Decimal 38 131 24 0.71 0 0.82 0.49 112.15 0.69 0.3
Hex 26 83 18 47 0 52 31 70 45 1E
Octal 46 203 30 107 0 122 61 160 105 36
Binary 100110 10000011 11000 1000111 0 1010010 110001 1110000 1000101 11110

Color Harmonies of #268318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268318

Black with #268318

Text Example


Text Example

White with #268318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268318; }

 p { color: rgb(38,131,24); }

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

background-color css

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

 a { background-color: rgb(38,131,24); }

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

border-color css

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

 span { border-color: rgb(38,131,24); }

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