Html Css Color HEX #04BC2A Dark Pastel Green

📋 copy color: '#04BC2A'

red 4 ◦ green 188 ◦ blue 42

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

Shades of Dark Pastel Green #04BC2A

Tints of Dark Pastel Green #04BC2A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 80.34%

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

R = 1.71%
G = 80.34%
B = 17.95%

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

#04BC2A (or 0x04BC2A) is known color: Dark Pastel Green. HEX triplet: 04, BC and 2A. RGB value is (4,188,42). Sum of RGB (Red+Green+Blue) = 4+188+42=234 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.71% from 234); Green value is 188 (73.83% from 255 or 80.34% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BC2A is #FB43D5. Grayscale: #747474. Windows color (decimal): -16466902 or 2800644. OLE color: 2800644.

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

Color convert

RGB 4 188 42 -
CMYK 0.98 0 0.78 0.26
HSL 132.39º 0.96% 0.38% -
HSV(B) 132.39º 0.98% 0.74% -
XYZ 18.45 36.16 8.2 -
YUV 116.34 86.04 47.87 -
System Red Green Blue C M Y K H S L
Decimal 4 188 42 0.98 0 0.78 0.26 132.39 0.96 0.38
Hex 4 BC 2A 62 0 4E 1A 84 60 26
Octal 4 274 52 142 0 116 32 204 140 46
Binary 100 10111100 101010 1100010 0 1001110 11010 10000100 1100000 100110

Color Harmonies of #04BC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BC2A

Black with #04BC2A

Text Example


Text Example

White with #04BC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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