Html Css Color HEX #13BC1C Dark Pastel Green

📋 copy color: '#13BC1C'

red 19 ◦ green 188 ◦ blue 28

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

Shades of Dark Pastel Green #13BC1C

Tints of Dark Pastel Green #13BC1C

RGB

 RED value IS 19 (7.81% from 255) = 8.09%

 GREEN value IS 188 (73.83% from 255) = 80%

 BLUE value IS 28 (11.33% from 255) = 11.91%

R = 8.09%
G = 80%
B = 11.91%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#13BC1C (or 0x13BC1C) is known color: Dark Pastel Green. HEX triplet: 13, BC and 1C. RGB value is (19,188,28). Sum of RGB (Red+Green+Blue) = 19+188+28=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 188 (73.83% from 255 or 80% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BC1C is #EC43E3. Grayscale: #777777. Windows color (decimal): -15483876 or 1883155. OLE color: 1883155.

HSL color Cylindrical-coordinate representation of color #13BC1C: hue angle of 123.2º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BC1C is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 188 28 -
CMYK 0.90 0 0.85 0.26
HSL 123.2º 0.82% 0.41% -
HSV(B) 123.2º 0.9% 0.74% -
XYZ 18.46 36.19 7.11 -
YUV 119.23 76.51 56.51 -
System Red Green Blue C M Y K H S L
Decimal 19 188 28 0.90 0 0.85 0.26 123.2 0.82 0.41
Hex 13 BC 1C 5A 0 55 1A 7B 52 29
Octal 23 274 34 132 0 125 32 173 122 51
Binary 10011 10111100 11100 1011010 0 1010101 11010 1111011 1010010 101001

Color Harmonies of #13BC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BC1C

Black with #13BC1C

Text Example


Text Example

White with #13BC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13BC1C; }

 p { color: rgb(19,188,28); }

 H1.HeaderClassName
 {
   color: #13BC1C;
 }
 .AnyTagClassName
 {
   color: #13BC1C;
 }
</style>

background-color css

<style>
 a { background-color: #13BC1C; }

 a { background-color: rgb(19,188,28); }

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

border-color css

<style>
 span { border-color: #13BC1C; }

 span { border-color: rgb(19,188,28); }

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