Html Css Color HEX #26704A Dark Spring Green

📋 copy color: '#26704A'

red 38 ◦ green 112 ◦ blue 74

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

Shades of Dark Spring Green #26704A

Tints of Dark Spring Green #26704A

RGB

 RED value IS 38 (15.23% from 255) = 16.96%

 GREEN value IS 112 (44.14% from 255) = 50%

 BLUE value IS 74 (29.3% from 255) = 33.04%

R = 16.96%
G = 50%
B = 33.04%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#26704A (or 0x26704A) is known color: Dark Spring Green. HEX triplet: 26, 70 and 4A. RGB value is (38,112,74). Sum of RGB (Red+Green+Blue) = 38+112+74=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #26704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26704A is #D98FB5. Grayscale: #555555. Windows color (decimal): -14258102 or 4878374. OLE color: 4878374.

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

Color convert

RGB 38 112 74 -
CMYK 0.66 0 0.34 0.56
HSL 149.19º 0.49% 0.29% -
HSV(B) 149.19º 0.66% 0.44% -
XYZ 7.83 12.49 8.48 -
YUV 85.54 121.48 94.09 -
System Red Green Blue C M Y K H S L
Decimal 38 112 74 0.66 0 0.34 0.56 149.19 0.49 0.29
Hex 26 70 4A 42 0 22 38 95 31 1D
Octal 46 160 112 102 0 42 70 225 61 35
Binary 100110 1110000 1001010 1000010 0 100010 111000 10010101 110001 11101

Color Harmonies of #26704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26704A

Black with #26704A

Text Example


Text Example

White with #26704A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #26704A;
 }
 .AnyTagClassName
 {
   color: #26704A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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