#266F4E

Color #266F4E Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #266F4E

Tints of Dark Spring Green #266F4E

Color information

#266F4E (or 0x266F4E) is unknown color: approx Dark Spring Green. HEX triplet: 26, 6F and 4E. RGB value is (38,111,78). Sum of RGB (Red+Green+Blue) = 38+111+78=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 111 (43.75% from 255 or 48.90% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 111 - color contains mainly: green. Hex color #266F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266F4E is #D990B1. Grayscale: #555555. Windows color (decimal): -14258354 or 5140262. OLE color: 5140262.

HSL color Cylindrical-coordinate representation of color #266F4E: hue angle of 152.88º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #266F4E is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB3811178-
CMYK0.6600.300.56
HSL152.88º48.99%29.22%-
HSV(B)152.88º65.77%43.53%-
XYZ7.8612.339.17-
YUV85.41123.8294.18-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.74%
GREEN value IS 111 (43.75% from 255) = 48.90%
BLUE value IS 78 (30.86% from 255) = 34.36%
R=16.74%
G=48.90%
B=34.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38111780.6600.300.56152.8848.9929.22
Hex266F4E4201E3899311d
Octal46157116102036702316135
Binary1001101101111100111010000100111101110001001100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266F4E; }

 p { color: rgb(38,111,78); }

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

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

 a { background-color: rgb(38,111,78); }

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

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

 span { border-color: rgb(38,111,78); }

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