Html Css Color HEX #13CB26 Dark Pastel Green

📋 copy color: '#13CB26'

red 19 ◦ green 203 ◦ blue 38

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

Shades of Dark Pastel Green #13CB26

Tints of Dark Pastel Green #13CB26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.62%

R = 7.31%
G = 78.08%
B = 14.62%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#13CB26 (or 0x13CB26) is known color: Dark Pastel Green. HEX triplet: 13, CB and 26. RGB value is (19,203,38). Sum of RGB (Red+Green+Blue) = 19+203+38=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 203 (79.69% from 255 or 78.08% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CB26 is #EC34D9. Grayscale: #818181. Windows color (decimal): -15480026 or 2542355. OLE color: 2542355.

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

Color convert

RGB 19 203 38 -
CMYK 0.91 0 0.81 0.20
HSL 126.2º 0.83% 0.44% -
HSV(B) 126.2º 0.91% 0.8% -
XYZ 21.97 42.99 8.97 -
YUV 129.17 76.54 49.42 -
System Red Green Blue C M Y K H S L
Decimal 19 203 38 0.91 0 0.81 0.20 126.2 0.83 0.44
Hex 13 CB 26 5B 0 51 14 7E 53 2C
Octal 23 313 46 133 0 121 24 176 123 54
Binary 10011 11001011 100110 1011011 0 1010001 10100 1111110 1010011 101100

Color Harmonies of #13CB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CB26

Black with #13CB26

Text Example


Text Example

White with #13CB26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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