Html Css Color HEX #26704B Dark Spring Green

📋 copy color: '#26704B'

red 38 ◦ green 112 ◦ blue 75

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

Shades of Dark Spring Green #26704B

Tints of Dark Spring Green #26704B

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 value IS 0.66

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#26704B (or 0x26704B) is known color: 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

RGB 38 112 75 -
CMYK 0.66 0 0.33 0.56
HSL 150º 0.49% 0.29% -
HSV(B) 150º 0.66% 0.44% -
XYZ 7.86 12.51 8.66 -
YUV 85.66 121.98 94.01 -
System Red Green Blue C M Y K H S L
Decimal 38 112 75 0.66 0 0.33 0.56 150 0.49 0.29
Hex 26 70 4B 42 0 21 38 96 31 1D
Octal 46 160 113 102 0 41 70 226 61 35
Binary 100110 1110000 1001011 1000010 0 100001 111000 10010110 110001 11101

Color Harmonies of #26704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26704B

Black with #26704B

Text Example


Text Example

White with #26704B

Text Example


Text Example

HTML Codes & Css Web 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>