Html Css Color HEX #13B430 Dark Pastel Green

📋 copy color: '#13B430'

red 19 ◦ green 180 ◦ blue 48

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

Shades of Dark Pastel Green #13B430

Tints of Dark Pastel Green #13B430

RGB

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

 GREEN value IS 180 (70.7% from 255) = 72.87%

 BLUE value IS 48 (19.14% from 255) = 19.43%

R = 7.69%
G = 72.87%
B = 19.43%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#13B430 (or 0x13B430) is known color: Dark Pastel Green. HEX triplet: 13, B4 and 30. RGB value is (19,180,48). Sum of RGB (Red+Green+Blue) = 19+180+48=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 180 (70.70% from 255 or 72.87% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 180 - color contains mainly: green. Hex color #13B430 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B430 is #EC4BCF. Grayscale: #757575. Windows color (decimal): -15485904 or 3191827. OLE color: 3191827.

HSL color Cylindrical-coordinate representation of color #13B430: hue angle of 130.81º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B430 is Cyan = 0.89, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 19 180 48 -
CMYK 0.89 0 0.73 0.29
HSL 130.81º 0.81% 0.39% -
HSV(B) 130.81º 0.89% 0.71% -
XYZ 17.12 32.99 8.26 -
YUV 116.81 89.16 58.23 -
System Red Green Blue C M Y K H S L
Decimal 19 180 48 0.89 0 0.73 0.29 130.81 0.81 0.39
Hex 13 B4 30 59 0 49 1D 83 51 27
Octal 23 264 60 131 0 111 35 203 121 47
Binary 10011 10110100 110000 1011001 0 1001001 11101 10000011 1010001 100111

Color Harmonies of #13B430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B430

Black with #13B430

Text Example


Text Example

White with #13B430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,180,48); }

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

background-color css

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

 a { background-color: rgb(19,180,48); }

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

border-color css

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

 span { border-color: rgb(19,180,48); }

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