Html Css Color HEX #268428 Forest Green

📋 copy color: '#268428'

red 38 ◦ green 132 ◦ blue 40

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

Shades of Forest Green #268428

Tints of Forest Green #268428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.05%

R = 18.1%
G = 62.86%
B = 19.05%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#268428 (or 0x268428) is known color: Forest Green. HEX triplet: 26, 84 and 28. RGB value is (38,132,40). Sum of RGB (Red+Green+Blue) = 38+132+40=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 132 (51.95% from 255 or 62.86% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 132 - color contains mainly: green. Hex color #268428 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268428 is #D97BD7. Grayscale: #5D5D5D. Windows color (decimal): -14253016 or 2655270. OLE color: 2655270.

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

Color convert

RGB 38 132 40 -
CMYK 0.71 0 0.70 0.48
HSL 121.28º 0.55% 0.33% -
HSV(B) 121.28º 0.71% 0.52% -
XYZ 9.43 17.07 4.8 -
YUV 93.41 97.86 88.48 -
System Red Green Blue C M Y K H S L
Decimal 38 132 40 0.71 0 0.70 0.48 121.28 0.55 0.33
Hex 26 84 28 47 0 46 30 79 37 21
Octal 46 204 50 107 0 106 60 171 67 41
Binary 100110 10000100 101000 1000111 0 1000110 110000 1111001 110111 100001

Color Harmonies of #268428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268428

Black with #268428

Text Example


Text Example

White with #268428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268428; }

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

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

background-color css

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

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

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

border-color css

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

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

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