#26704B

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

Shades of Dark Spring Green #26704B

Tints of Dark Spring Green #26704B

Color information

#26704B (or 0x26704B) is unknown color: approx Dark Spring Green. HEX triplet: 26, 70 and 4B. RGB value is (38,112,75). Sum of RGB (Red+Green+Blue) = 38+112+75=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #26704B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26704B is #D98FB4. Grayscale: #555555. Windows color (decimal): -14258101 or 4943910. OLE color: 4943910.

HSL color Cylindrical-coordinate representation of color #26704B: hue angle of 150º 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 #26704B is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB3811275-
CMYK0.6600.330.56
HSL150º49.33%29.41%-
HSV(B)150º66.07%43.92%-
XYZ7.8612.518.66-
YUV85.66121.9894.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.89%
GREEN value IS 112 (44.14% from 255) = 49.78%
BLUE value IS 75 (29.69% from 255) = 33.33%
R=16.89%
G=49.78%
B=33.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38112750.6600.330.5615049.3329.41
Hex26704B420213896311d
Octal46160113102041702266135
Binary10011011100001001011100001001000011110001001011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26704B; }

 p { color: rgb(38,112,75); }

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

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

 a { background-color: rgb(38,112,75); }

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

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

 span { border-color: rgb(38,112,75); }

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