Html Css Color HEX #04BD2A Dark Pastel Green

📋 copy color: '#04BD2A'

red 4 ◦ green 189 ◦ blue 42

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

Shades of Dark Pastel Green #04BD2A

Tints of Dark Pastel Green #04BD2A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 80.43%

 BLUE value IS 42 (16.8% from 255) = 17.87%

R = 1.7%
G = 80.43%
B = 17.87%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#04BD2A (or 0x04BD2A) is known color: Dark Pastel Green. HEX triplet: 04, BD and 2A. RGB value is (4,189,42). Sum of RGB (Red+Green+Blue) = 4+189+42=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 189 (74.22% from 255 or 80.43% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BD2A is #FB42D5. Grayscale: #757575. Windows color (decimal): -16466646 or 2800900. OLE color: 2800900.

HSL color Cylindrical-coordinate representation of color #04BD2A: hue angle of 132.32º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BD2A is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 189 42 -
CMYK 0.98 0 0.78 0.26
HSL 132.32º 0.96% 0.38% -
HSV(B) 132.32º 0.98% 0.74% -
XYZ 18.67 36.59 8.27 -
YUV 116.93 85.71 47.45 -
System Red Green Blue C M Y K H S L
Decimal 4 189 42 0.98 0 0.78 0.26 132.32 0.96 0.38
Hex 4 BD 2A 62 0 4E 1A 84 60 26
Octal 4 275 52 142 0 116 32 204 140 46
Binary 100 10111101 101010 1100010 0 1001110 11010 10000100 1100000 100110

Color Harmonies of #04BD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BD2A

Black with #04BD2A

Text Example


Text Example

White with #04BD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,189,42); }

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

background-color css

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

 a { background-color: rgb(4,189,42); }

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

border-color css

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

 span { border-color: rgb(4,189,42); }

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