#1BAD35

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

Shades of Dark Pastel Green #1BAD35

Tints of Dark Pastel Green #1BAD35

Color information

#1BAD35 (or 0x1BAD35) is unknown color: approx Dark Pastel Green. HEX triplet: 1B, AD and 35. RGB value is (27,173,53). Sum of RGB (Red+Green+Blue) = 27+173+53=253 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.67% from 253); Green value is 173 (67.97% from 255 or 68.38% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 173 - color contains mainly: green. Hex color #1BAD35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAD35 is #E452CA. Grayscale: #737373. Windows color (decimal): -14963403 or 3517723. OLE color: 3517723.

HSL color Cylindrical-coordinate representation of color #1BAD35: hue angle of 130.68º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAD35 is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB2717353-
CMYK0.8400.690.32
HSL130.68º73%39.22%-
HSV(B)130.68º84.39%67.84%-
XYZ16.0430.388.39-
YUV115.6792.6364.76-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.67%
GREEN value IS 173 (67.97% from 255) = 68.38%
BLUE value IS 53 (21.09% from 255) = 20.95%
R=10.67%
G=68.38%
B=20.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal27173530.8400.690.32130.687339.22
Hex1BAD355404520834927
Octal332556512401054020311147
Binary1101110101101110101101010001000101100000100000111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,173,53); }

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

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

 a { background-color: rgb(27,173,53); }

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

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

 span { border-color: rgb(27,173,53); }

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