Html Css Color HEX #13C027 Dark Pastel Green

📋 copy color: '#13C027'

red 19 ◦ green 192 ◦ blue 39

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

Shades of Dark Pastel Green #13C027

Tints of Dark Pastel Green #13C027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.6%

R = 7.6%
G = 76.8%
B = 15.6%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#13C027 (or 0x13C027) is known color: Dark Pastel Green. HEX triplet: 13, C0 and 27. RGB value is (19,192,39). Sum of RGB (Red+Green+Blue) = 19+192+39=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 192 (75.39% from 255 or 76.8% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 192 - color contains mainly: green. Hex color #13C027 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C027 is #EC3FD8. Grayscale: #7B7B7B. Windows color (decimal): -15482841 or 2605075. OLE color: 2605075.

HSL color Cylindrical-coordinate representation of color #13C027: hue angle of 126.94º 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 #13C027 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 192 39 -
CMYK 0.90 0 0.80 0.25
HSL 126.94º 0.82% 0.41% -
HSV(B) 126.94º 0.9% 0.75% -
XYZ 19.48 37.98 8.22 -
YUV 122.83 80.69 53.94 -
System Red Green Blue C M Y K H S L
Decimal 19 192 39 0.90 0 0.80 0.25 126.94 0.82 0.41
Hex 13 C0 27 5A 0 50 19 7F 52 29
Octal 23 300 47 132 0 120 31 177 122 51
Binary 10011 11000000 100111 1011010 0 1010000 11001 1111111 1010010 101001

Color Harmonies of #13C027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C027

Black with #13C027

Text Example


Text Example

White with #13C027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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