#26693F

Color #26693F Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #26693F

Tints of Green Pea #26693F

Color information

#26693F (or 0x26693F) is unknown color: approx Green Pea. HEX triplet: 26, 69 and 3F. RGB value is (38,105,63). Sum of RGB (Red+Green+Blue) = 38+105+63=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 105 (41.41% from 255 or 50.97% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 105 - color contains mainly: green. Hex color #26693F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26693F is #D996C0. Grayscale: #505050. Windows color (decimal): -14259905 or 4155686. OLE color: 4155686.

HSL color Cylindrical-coordinate representation of color #26693F: hue angle of 142.39º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #26693F is Cyan = 0.64, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB3810563-
CMYK0.6400.40.59
HSL142.39º46.85%28.04%-
HSV(B)142.39º63.81%41.18%-
XYZ6.7510.876.45-
YUV80.18118.397.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.45%
GREEN value IS 105 (41.41% from 255) = 50.97%
BLUE value IS 63 (25% from 255) = 30.58%
R=18.45%
G=50.97%
B=30.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38105630.6400.40.59142.3946.8528.04
Hex26693F400283B8e2f1c
Octal4615177100050732165734
Binary1001101101001111111100000001010001110111000111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26693F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26693F; }

 p { color: rgb(38,105,63); }

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

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

 a { background-color: rgb(38,105,63); }

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

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

 span { border-color: rgb(38,105,63); }

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