#1B853C

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

Shades of Dark Spring Green #1B853C

Tints of Dark Spring Green #1B853C

Color information

#1B853C (or 0x1B853C) is unknown color: approx Dark Spring Green. HEX triplet: 1B, 85 and 3C. RGB value is (27,133,60). Sum of RGB (Red+Green+Blue) = 27+133+60=220 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.27% from 220); Green value is 133 (52.34% from 255 or 60.45% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 133 - color contains mainly: green. Hex color #1B853C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B853C is #E47AC3. Grayscale: #5D5D5D. Windows color (decimal): -14973636 or 3966235. OLE color: 3966235.

HSL color Cylindrical-coordinate representation of color #1B853C: hue angle of 138.68º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B853C is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB2713360-
CMYK0.8000.550.48
HSL138.68º66.25%31.37%-
HSV(B)138.68º79.7%52.16%-
XYZ9.6617.337.11-
YUV92.98109.3880.94-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.27%
GREEN value IS 133 (52.34% from 255) = 60.45%
BLUE value IS 60 (23.83% from 255) = 27.27%
R=12.27%
G=60.45%
B=27.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal27133600.8000.550.48138.6866.2531.37
Hex1B853C50037308b421f
Octal33205741200676021310237
Binary11011100001011111001010000011011111000010001011100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B853C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,133,60); }

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

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

 a { background-color: rgb(27,133,60); }

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

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

 span { border-color: rgb(27,133,60); }

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