#1B734A

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

Shades of Dark Spring Green #1B734A

Tints of Dark Spring Green #1B734A

Color information

#1B734A (or 0x1B734A) is unknown color: approx Dark Spring Green. HEX triplet: 1B, 73 and 4A. RGB value is (27,115,74). Sum of RGB (Red+Green+Blue) = 27+115+74=216 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.5% from 216); Green value is 115 (45.31% from 255 or 53.24% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 115 - color contains mainly: green. Hex color #1B734A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B734A is #E48CB5. Grayscale: #545454. Windows color (decimal): -14978230 or 4879131. OLE color: 4879131.

HSL color Cylindrical-coordinate representation of color #1B734A: hue angle of 152.05º degrees, saturation: 0.62, 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 #1B734A is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB2711574-
CMYK0.7700.360.55
HSL152.05º61.97%27.84%-
HSV(B)152.05º76.52%45.1%-
XYZ7.8212.998.57-
YUV84.01122.3587.33-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.5%
GREEN value IS 115 (45.31% from 255) = 53.24%
BLUE value IS 74 (29.30% from 255) = 34.26%
R=12.5%
G=53.24%
B=34.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal27115740.7700.360.55152.0561.9727.84
Hex1B734A4D02437983e1c
Octal33163112115044672307634
Binary1101111100111001010100110101001001101111001100011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B734A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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