Html Css Color HEX #268512 Forest Green

📋 copy color: '#268512'

red 38 ◦ green 133 ◦ blue 18

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

Shades of Forest Green #268512

Tints of Forest Green #268512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 70.37%

 BLUE value IS 18 (7.42% from 255) = 9.52%

R = 20.11%
G = 70.37%
B = 9.52%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#268512 (or 0x268512) is known color: Forest Green. HEX triplet: 26, 85 and 12. RGB value is (38,133,18). Sum of RGB (Red+Green+Blue) = 38+133+18=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 133 (52.34% from 255 or 70.37% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 133 - color contains mainly: green. Hex color #268512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268512 is #D97AED. Grayscale: #5B5B5B. Windows color (decimal): -14252782 or 1213734. OLE color: 1213734.

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

Color convert

RGB 38 133 18 -
CMYK 0.71 0 0.86 0.48
HSL 109.57º 0.76% 0.3% -
HSV(B) 109.57º 0.86% 0.52% -
XYZ 9.3 17.23 3.41 -
YUV 91.49 86.53 89.85 -
System Red Green Blue C M Y K H S L
Decimal 38 133 18 0.71 0 0.86 0.48 109.57 0.76 0.3
Hex 26 85 12 47 0 56 30 6E 4C 1E
Octal 46 205 22 107 0 126 60 156 114 36
Binary 100110 10000101 10010 1000111 0 1010110 110000 1101110 1001100 11110

Color Harmonies of #268512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268512

Black with #268512

Text Example


Text Example

White with #268512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268512; }

 p { color: rgb(38,133,18); }

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

background-color css

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

 a { background-color: rgb(38,133,18); }

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

border-color css

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

 span { border-color: rgb(38,133,18); }

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