Html Css Color HEX #268221 Forest Green

📋 copy color: '#268221'

red 38 ◦ green 130 ◦ blue 33

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

Shades of Forest Green #268221

Tints of Forest Green #268221

RGB

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

 GREEN value IS 130 (51.17% from 255) = 64.68%

 BLUE value IS 33 (13.28% from 255) = 16.42%

R = 18.91%
G = 64.68%
B = 16.42%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#268221 (or 0x268221) is known color: Forest Green. HEX triplet: 26, 82 and 21. RGB value is (38,130,33). Sum of RGB (Red+Green+Blue) = 38+130+33=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 130 (51.17% from 255 or 64.68% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 130 - color contains mainly: green. Hex color #268221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268221 is #D97DDE. Grayscale: #5B5B5B. Windows color (decimal): -14253535 or 2196006. OLE color: 2196006.

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

Color convert

RGB 38 130 33 -
CMYK 0.71 0 0.75 0.49
HSL 116.91º 0.6% 0.32% -
HSV(B) 116.91º 0.75% 0.51% -
XYZ 9.06 16.49 4.14 -
YUV 91.43 95.02 89.89 -
System Red Green Blue C M Y K H S L
Decimal 38 130 33 0.71 0 0.75 0.49 116.91 0.6 0.32
Hex 26 82 21 47 0 4B 31 75 3C 20
Octal 46 202 41 107 0 113 61 165 74 40
Binary 100110 10000010 100001 1000111 0 1001011 110001 1110101 111100 100000

Color Harmonies of #268221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268221

Black with #268221

Text Example


Text Example

White with #268221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268221; }

 p { color: rgb(38,130,33); }

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

background-color css

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

 a { background-color: rgb(38,130,33); }

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

border-color css

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

 span { border-color: rgb(38,130,33); }

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