Html Css Color HEX #13C022 Dark Pastel Green

📋 copy color: '#13C022'

red 19 ◦ green 192 ◦ blue 34

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

Shades of Dark Pastel Green #13C022

Tints of Dark Pastel Green #13C022

RGB

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

 GREEN value IS 192 (75.39% from 255) = 78.37%

 BLUE value IS 34 (13.67% from 255) = 13.88%

R = 7.76%
G = 78.37%
B = 13.88%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#13C022 (or 0x13C022) is known color: Dark Pastel Green. HEX triplet: 13, C0 and 22. RGB value is (19,192,34). Sum of RGB (Red+Green+Blue) = 19+192+34=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 192 (75.39% from 255 or 78.37% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 192 - color contains mainly: green. Hex color #13C022 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C022 is #EC3FDD. Grayscale: #7A7A7A. Windows color (decimal): -15482846 or 2277395. OLE color: 2277395.

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

Color convert

RGB 19 192 34 -
CMYK 0.90 0 0.82 0.25
HSL 125.2º 0.82% 0.41% -
HSV(B) 125.2º 0.9% 0.75% -
XYZ 19.41 37.95 7.82 -
YUV 122.26 78.19 54.35 -
System Red Green Blue C M Y K H S L
Decimal 19 192 34 0.90 0 0.82 0.25 125.2 0.82 0.41
Hex 13 C0 22 5A 0 52 19 7D 52 29
Octal 23 300 42 132 0 122 31 175 122 51
Binary 10011 11000000 100010 1011010 0 1010010 11001 1111101 1010010 101001

Color Harmonies of #13C022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C022

Black with #13C022

Text Example


Text Example

White with #13C022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,192,34); }

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

background-color css

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

 a { background-color: rgb(19,192,34); }

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

border-color css

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

 span { border-color: rgb(19,192,34); }

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