Html Css Color HEX #13CB30 Dark Pastel Green

📋 copy color: '#13CB30'

red 19 ◦ green 203 ◦ blue 48

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

Shades of Dark Pastel Green #13CB30

Tints of Dark Pastel Green #13CB30

RGB

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

 GREEN value IS 203 (79.69% from 255) = 75.19%

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

R = 7.04%
G = 75.19%
B = 17.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#13CB30 (or 0x13CB30) is known color: Dark Pastel Green. HEX triplet: 13, CB and 30. RGB value is (19,203,48). Sum of RGB (Red+Green+Blue) = 19+203+48=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 203 (79.69% from 255 or 75.19% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CB30 is #EC34CF. Grayscale: #828282. Windows color (decimal): -15480016 or 3197715. OLE color: 3197715.

HSL color Cylindrical-coordinate representation of color #13CB30: hue angle of 129.46º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CB30 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 203 48 -
CMYK 0.91 0 0.76 0.20
HSL 129.46º 0.83% 0.44% -
HSV(B) 129.46º 0.91% 0.8% -
XYZ 22.16 43.06 9.94 -
YUV 130.31 81.54 48.6 -
System Red Green Blue C M Y K H S L
Decimal 19 203 48 0.91 0 0.76 0.20 129.46 0.83 0.44
Hex 13 CB 30 5B 0 4C 14 81 53 2C
Octal 23 313 60 133 0 114 24 201 123 54
Binary 10011 11001011 110000 1011011 0 1001100 10100 10000001 1010011 101100

Color Harmonies of #13CB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CB30

Black with #13CB30

Text Example


Text Example

White with #13CB30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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