Html Css Color HEX #1BAD3C Dark Pastel Green

📋 copy color: '#1BAD3C'

red 27 ◦ green 173 ◦ blue 60

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

Shades of Dark Pastel Green #1BAD3C

Tints of Dark Pastel Green #1BAD3C

RGB

 RED value IS 27 (10.94% from 255) = 10.38%

 GREEN value IS 173 (67.97% from 255) = 66.54%

 BLUE value IS 60 (23.83% from 255) = 23.08%

R = 10.38%
G = 66.54%
B = 23.08%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#1BAD3C (or 0x1BAD3C) is known color: Dark Pastel Green. HEX triplet: 1B, AD and 3C. RGB value is (27,173,60). Sum of RGB (Red+Green+Blue) = 27+173+60=260 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.38% from 260); Green value is 173 (67.97% from 255 or 66.54% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 173 - color contains mainly: green. Hex color #1BAD3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAD3C is #E452C3. Grayscale: #747474. Windows color (decimal): -14963396 or 3976475. OLE color: 3976475.

HSL color Cylindrical-coordinate representation of color #1BAD3C: hue angle of 133.56º 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 #1BAD3C is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 27 173 60 -
CMYK 0.84 0 0.65 0.32
HSL 133.56º 0.73% 0.39% -
HSV(B) 133.56º 0.84% 0.68% -
XYZ 16.21 30.45 9.3 -
YUV 116.46 96.13 64.19 -
System Red Green Blue C M Y K H S L
Decimal 27 173 60 0.84 0 0.65 0.32 133.56 0.73 0.39
Hex 1B AD 3C 54 0 41 20 86 49 27
Octal 33 255 74 124 0 101 40 206 111 47
Binary 11011 10101101 111100 1010100 0 1000001 100000 10000110 1001001 100111

Color Harmonies of #1BAD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAD3C

Black with #1BAD3C

Text Example


Text Example

White with #1BAD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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