Html Css Color HEX #05C32D Dark Pastel Green

📋 copy color: '#05C32D'

red 5 ◦ green 195 ◦ blue 45

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

Shades of Dark Pastel Green #05C32D

Tints of Dark Pastel Green #05C32D

RGB

 RED value IS 5 (2.34% from 255) = 2.04%

 GREEN value IS 195 (76.56% from 255) = 79.59%

 BLUE value IS 45 (17.97% from 255) = 18.37%

R = 2.04%
G = 79.59%
B = 18.37%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#05C32D (or 0x05C32D) is known color: Dark Pastel Green. HEX triplet: 05, C3 and 2D. RGB value is (5,195,45). Sum of RGB (Red+Green+Blue) = 5+195+45=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 195 (76.56% from 255 or 79.59% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 195 - color contains mainly: green. Hex color #05C32D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C32D is #FA3CD2. Grayscale: #797979. Windows color (decimal): -16399571 or 2999045. OLE color: 2999045.

HSL color Cylindrical-coordinate representation of color #05C32D: hue angle of 132.63º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C32D is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 5 195 45 -
CMYK 0.97 0 0.77 0.24
HSL 132.63º 0.95% 0.39% -
HSV(B) 132.63º 0.97% 0.76% -
XYZ 20.05 39.25 9 -
YUV 121.09 85.05 45.2 -
System Red Green Blue C M Y K H S L
Decimal 5 195 45 0.97 0 0.77 0.24 132.63 0.95 0.39
Hex 5 C3 2D 61 0 4D 18 85 5F 27
Octal 5 303 55 141 0 115 30 205 137 47
Binary 101 11000011 101101 1100001 0 1001101 11000 10000101 1011111 100111

Color Harmonies of #05C32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C32D

Black with #05C32D

Text Example


Text Example

White with #05C32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05C32D; }

 p { color: rgb(5,195,45); }

 H1.HeaderClassName
 {
   color: #05C32D;
 }
 .AnyTagClassName
 {
   color: #05C32D;
 }
</style>

background-color css

<style>
 a { background-color: #05C32D; }

 a { background-color: rgb(5,195,45); }

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

border-color css

<style>
 span { border-color: #05C32D; }

 span { border-color: rgb(5,195,45); }

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