Html Css Color HEX #269013 Forest Green

📋 copy color: '#269013'

red 38 ◦ green 144 ◦ blue 19

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

Shades of Forest Green #269013

Tints of Forest Green #269013

RGB

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

 GREEN value IS 144 (56.64% from 255) = 71.64%

 BLUE value IS 19 (7.81% from 255) = 9.45%

R = 18.91%
G = 71.64%
B = 9.45%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#269013 (or 0x269013) is known color: Forest Green. HEX triplet: 26, 90 and 13. RGB value is (38,144,19). Sum of RGB (Red+Green+Blue) = 38+144+19=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 144 (56.64% from 255 or 71.64% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 144 - color contains mainly: green. Hex color #269013 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #269013 is #D96FEC. Grayscale: #626262. Windows color (decimal): -14249965 or 1282086. OLE color: 1282086.

HSL color Cylindrical-coordinate representation of color #269013: hue angle of 110.88º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #269013 is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB 38 144 19 -
CMYK 0.74 0 0.87 0.44
HSL 110.88º 0.77% 0.32% -
HSV(B) 110.88º 0.87% 0.56% -
XYZ 10.89 20.41 3.98 -
YUV 98.06 83.38 85.16 -
System Red Green Blue C M Y K H S L
Decimal 38 144 19 0.74 0 0.87 0.44 110.88 0.77 0.32
Hex 26 90 13 4A 0 57 2C 6F 4D 20
Octal 46 220 23 112 0 127 54 157 115 40
Binary 100110 10010000 10011 1001010 0 1010111 101100 1101111 1001101 100000

Color Harmonies of #269013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269013

Black with #269013

Text Example


Text Example

White with #269013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269013; }

 p { color: rgb(38,144,19); }

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

background-color css

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

 a { background-color: rgb(38,144,19); }

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

border-color css

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

 span { border-color: rgb(38,144,19); }

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