Html Css Color HEX #04A32B Dark Pastel Green

📋 copy color: '#04A32B'

red 4 ◦ green 163 ◦ blue 43

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

Shades of Dark Pastel Green #04A32B

Tints of Dark Pastel Green #04A32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.48%

R = 1.9%
G = 77.62%
B = 20.48%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#04A32B (or 0x04A32B) is known color: Dark Pastel Green. HEX triplet: 04, A3 and 2B. RGB value is (4,163,43). Sum of RGB (Red+Green+Blue) = 4+163+43=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 163 (64.06% from 255 or 77.62% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 163 - color contains mainly: green. Hex color #04A32B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A32B is #FB5CD4. Grayscale: #666666. Windows color (decimal): -16473301 or 2859780. OLE color: 2859780.

HSL color Cylindrical-coordinate representation of color #04A32B: hue angle of 134.72º 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 #04A32B is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 4 163 43 -
CMYK 0.98 0 0.74 0.36
HSL 134.72º 0.95% 0.33% -
HSV(B) 134.72º 0.98% 0.64% -
XYZ 13.58 26.39 6.66 -
YUV 101.78 94.82 58.26 -
System Red Green Blue C M Y K H S L
Decimal 4 163 43 0.98 0 0.74 0.36 134.72 0.95 0.33
Hex 4 A3 2B 62 0 4A 24 87 5F 21
Octal 4 243 53 142 0 112 44 207 137 41
Binary 100 10100011 101011 1100010 0 1001010 100100 10000111 1011111 100001

Color Harmonies of #04A32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A32B

Black with #04A32B

Text Example


Text Example

White with #04A32B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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