#269D02

Color #269D02 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #269D02

Tints of Forest Green #269D02

Color information

#269D02 (or 0x269D02) is unknown color: approx Forest Green. HEX triplet: 26, 9D and 02. RGB value is (38,157,2). Sum of RGB (Red+Green+Blue) = 38+157+2=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 157 (61.72% from 255 or 79.70% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 157 - color contains mainly: green. Hex color #269D02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #269D02 is #D962FD. Grayscale: #686868. Windows color (decimal): -14246654 or 171302. OLE color: 171302.

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

Color convert

RGB381572-
CMYK0.7600.990.38
HSL106.06º97.48%31.18%-
HSV(B)106.06º98.73%61.57%-
XYZ12.8724.534.11-
YUV103.7570.5881.1-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.29%
GREEN value IS 157 (61.72% from 255) = 79.70%
BLUE value IS 2 (1.17% from 255) = 1.02%
R=19.29%
G=79.70%
B=1.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal3815720.7600.990.38106.0697.4831.18
Hex269D24C063266a611f
Octal46235211401434615214137
Binary10011010011101101001100011000111001101101010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #269D02;
 }
 .AnyTagClassName
 {
   color: #269D02;
 }
</style>
background-color css

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

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

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

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

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

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