Html Css Color HEX #1A734A Dark Spring Green

📋 copy color: '#1A734A'

red 26 ◦ green 115 ◦ blue 74

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

Shades of Dark Spring Green #1A734A

Tints of Dark Spring Green #1A734A

RGB

 RED value IS 26 (10.55% from 255) = 12.09%

 GREEN value IS 115 (45.31% from 255) = 53.49%

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

R = 12.09%
G = 53.49%
B = 34.42%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#1A734A (or 0x1A734A) is known color: Dark Spring Green. HEX triplet: 1A, 73 and 4A. RGB value is (26,115,74). Sum of RGB (Red+Green+Blue) = 26+115+74=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 115 (45.31% from 255 or 53.49% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 115 - color contains mainly: green. Hex color #1A734A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A734A is #E58CB5. Grayscale: #535353. Windows color (decimal): -15043766 or 4879130. OLE color: 4879130.

HSL color Cylindrical-coordinate representation of color #1A734A: hue angle of 152.36º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A734A is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 26 115 74 -
CMYK 0.77 0 0.36 0.55
HSL 152.36º 0.63% 0.28% -
HSV(B) 152.36º 0.77% 0.45% -
XYZ 7.79 12.98 8.57 -
YUV 83.72 122.51 86.83 -
System Red Green Blue C M Y K H S L
Decimal 26 115 74 0.77 0 0.36 0.55 152.36 0.63 0.28
Hex 1A 73 4A 4D 0 24 37 98 3F 1C
Octal 32 163 112 115 0 44 67 230 77 34
Binary 11010 1110011 1001010 1001101 0 100100 110111 10011000 111111 11100

Color Harmonies of #1A734A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A734A

Black with #1A734A

Text Example


Text Example

White with #1A734A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A734A; }

 p { color: rgb(26,115,74); }

 H1.HeaderClassName
 {
   color: #1A734A;
 }
 .AnyTagClassName
 {
   color: #1A734A;
 }
</style>

background-color css

<style>
 a { background-color: #1A734A; }

 a { background-color: rgb(26,115,74); }

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

border-color css

<style>
 span { border-color: #1A734A; }

 span { border-color: rgb(26,115,74); }

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