Html Css Color HEX #268420 Forest Green

📋 copy color: '#268420'

red 38 ◦ green 132 ◦ blue 32

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

Shades of Forest Green #268420

Tints of Forest Green #268420

RGB

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

 GREEN value IS 132 (51.95% from 255) = 65.35%

 BLUE value IS 32 (12.89% from 255) = 15.84%

R = 18.81%
G = 65.35%
B = 15.84%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#268420 (or 0x268420) is known color: Forest Green. HEX triplet: 26, 84 and 20. RGB value is (38,132,32). Sum of RGB (Red+Green+Blue) = 38+132+32=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 132 (51.95% from 255 or 65.35% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 132 - color contains mainly: green. Hex color #268420 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268420 is #D97BDF. Grayscale: #5C5C5C. Windows color (decimal): -14253024 or 2130982. OLE color: 2130982.

HSL color Cylindrical-coordinate representation of color #268420: hue angle of 116.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #268420 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 38 132 32 -
CMYK 0.71 0 0.76 0.48
HSL 116.4º 0.61% 0.32% -
HSV(B) 116.4º 0.76% 0.52% -
XYZ 9.31 17.02 4.16 -
YUV 92.49 93.86 89.13 -
System Red Green Blue C M Y K H S L
Decimal 38 132 32 0.71 0 0.76 0.48 116.4 0.61 0.32
Hex 26 84 20 47 0 4C 30 74 3D 20
Octal 46 204 40 107 0 114 60 164 75 40
Binary 100110 10000100 100000 1000111 0 1001100 110000 1110100 111101 100000

Color Harmonies of #268420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268420

Black with #268420

Text Example


Text Example

White with #268420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268420; }

 p { color: rgb(38,132,32); }

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

background-color css

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

 a { background-color: rgb(38,132,32); }

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

border-color css

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

 span { border-color: rgb(38,132,32); }

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