Html Css Color HEX #269D0D Forest Green

📋 copy color: '#269D0D'

red 38 ◦ green 157 ◦ blue 13

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

Shades of Forest Green #269D0D

Tints of Forest Green #269D0D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 75.48%

 BLUE value IS 13 (5.47% from 255) = 6.25%

R = 18.27%
G = 75.48%
B = 6.25%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#269D0D (or 0x269D0D) is known color: Forest Green. HEX triplet: 26, 9D and 0D. RGB value is (38,157,13). Sum of RGB (Red+Green+Blue) = 38+157+13=208 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.27% from 208); Green value is 157 (61.72% from 255 or 75.48% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 157 - color contains mainly: green. Hex color #269D0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #269D0D is #D962F2. Grayscale: #696969. Windows color (decimal): -14246643 or 892198. OLE color: 892198.

HSL color Cylindrical-coordinate representation of color #269D0D: hue angle of 109.58º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #269D0D is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB 38 157 13 -
CMYK 0.76 0 0.92 0.38
HSL 109.58º 0.85% 0.33% -
HSV(B) 109.58º 0.92% 0.62% -
XYZ 12.93 24.56 4.44 -
YUV 105 76.08 80.21 -
System Red Green Blue C M Y K H S L
Decimal 38 157 13 0.76 0 0.92 0.38 109.58 0.85 0.33
Hex 26 9D D 4C 0 5C 26 6E 55 21
Octal 46 235 15 114 0 134 46 156 125 41
Binary 100110 10011101 1101 1001100 0 1011100 100110 1101110 1010101 100001

Color Harmonies of #269D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269D0D

Black with #269D0D

Text Example


Text Example

White with #269D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269D0D; }

 p { color: rgb(38,157,13); }

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

background-color css

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

 a { background-color: rgb(38,157,13); }

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

border-color css

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

 span { border-color: rgb(38,157,13); }

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