Html Css Color HEX #13CB2B Dark Pastel Green

📋 copy color: '#13CB2B'

red 19 ◦ green 203 ◦ blue 43

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

Shades of Dark Pastel Green #13CB2B

Tints of Dark Pastel Green #13CB2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.23%

R = 7.17%
G = 76.6%
B = 16.23%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#13CB2B (or 0x13CB2B) is known color: Dark Pastel Green. HEX triplet: 13, CB and 2B. RGB value is (19,203,43). Sum of RGB (Red+Green+Blue) = 19+203+43=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 203 (79.69% from 255 or 76.60% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CB2B is #EC34D4. Grayscale: #828282. Windows color (decimal): -15480021 or 2870035. OLE color: 2870035.

HSL color Cylindrical-coordinate representation of color #13CB2B: hue angle of 127.83º 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 #13CB2B is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 203 43 -
CMYK 0.91 0 0.79 0.20
HSL 127.83º 0.83% 0.44% -
HSV(B) 127.83º 0.91% 0.8% -
XYZ 22.06 43.02 9.43 -
YUV 129.74 79.04 49.01 -
System Red Green Blue C M Y K H S L
Decimal 19 203 43 0.91 0 0.79 0.20 127.83 0.83 0.44
Hex 13 CB 2B 5B 0 4F 14 80 53 2C
Octal 23 313 53 133 0 117 24 200 123 54
Binary 10011 11001011 101011 1011011 0 1001111 10100 10000000 1010011 101100

Color Harmonies of #13CB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CB2B

Black with #13CB2B

Text Example


Text Example

White with #13CB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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