Html Css Color HEX #04A330 Dark Pastel Green

📋 copy color: '#04A330'

red 4 ◦ green 163 ◦ blue 48

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

Shades of Dark Pastel Green #04A330

Tints of Dark Pastel Green #04A330

RGB

 RED value IS 4 (1.95% from 255) = 1.86%

 GREEN value IS 163 (64.06% from 255) = 75.81%

 BLUE value IS 48 (19.14% from 255) = 22.33%

R = 1.86%
G = 75.81%
B = 22.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#04A330 (or 0x04A330) is known color: Dark Pastel Green. HEX triplet: 04, A3 and 30. RGB value is (4,163,48). Sum of RGB (Red+Green+Blue) = 4+163+48=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 163 (64.06% from 255 or 75.81% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 163 - color contains mainly: green. Hex color #04A330 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A330 is #FB5CCF. Grayscale: #666666. Windows color (decimal): -16473296 or 3187460. OLE color: 3187460.

HSL color Cylindrical-coordinate representation of color #04A330: hue angle of 136.6º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A330 is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 4 163 48 -
CMYK 0.98 0 0.71 0.36
HSL 136.6º 0.95% 0.33% -
HSV(B) 136.6º 0.98% 0.64% -
XYZ 13.68 26.43 7.18 -
YUV 102.35 97.32 57.85 -
System Red Green Blue C M Y K H S L
Decimal 4 163 48 0.98 0 0.71 0.36 136.6 0.95 0.33
Hex 4 A3 30 62 0 47 24 89 5F 21
Octal 4 243 60 142 0 107 44 211 137 41
Binary 100 10100011 110000 1100010 0 1000111 100100 10001001 1011111 100001

Color Harmonies of #04A330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A330

Black with #04A330

Text Example


Text Example

White with #04A330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04A330; }

 p { color: rgb(4,163,48); }

 H1.HeaderClassName
 {
   color: #04A330;
 }
 .AnyTagClassName
 {
   color: #04A330;
 }
</style>

background-color css

<style>
 a { background-color: #04A330; }

 a { background-color: rgb(4,163,48); }

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

border-color css

<style>
 span { border-color: #04A330; }

 span { border-color: rgb(4,163,48); }

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