Html Css Color HEX #268306 Forest Green

📋 copy color: '#268306'

red 38 ◦ green 131 ◦ blue 6

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

Shades of Forest Green #268306

Tints of Forest Green #268306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.43%

R = 21.71%
G = 74.86%
B = 3.43%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#268306 (or 0x268306) is known color: Forest Green. HEX triplet: 26, 83 and 06. RGB value is (38,131,6). Sum of RGB (Red+Green+Blue) = 38+131+6=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 131 (51.56% from 255 or 74.86% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 131 - color contains mainly: green. Hex color #268306 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268306 is #D97CF9. Grayscale: #595959. Windows color (decimal): -14253306 or 426790. OLE color: 426790.

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

Color convert

RGB 38 131 6 -
CMYK 0.71 0 0.95 0.49
HSL 104.64º 0.91% 0.27% -
HSV(B) 104.64º 0.95% 0.51% -
XYZ 8.95 16.66 2.92 -
YUV 88.94 81.19 91.66 -
System Red Green Blue C M Y K H S L
Decimal 38 131 6 0.71 0 0.95 0.49 104.64 0.91 0.27
Hex 26 83 6 47 0 5F 31 69 5B 1B
Octal 46 203 6 107 0 137 61 151 133 33
Binary 100110 10000011 110 1000111 0 1011111 110001 1101001 1011011 11011

Color Harmonies of #268306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268306

Black with #268306

Text Example


Text Example

White with #268306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268306; }

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

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

background-color css

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

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

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

border-color css

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

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

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