Html Css Color HEX #04BA34 Dark Pastel Green

📋 copy color: '#04BA34'

red 4 ◦ green 186 ◦ blue 52

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

Shades of Dark Pastel Green #04BA34

Tints of Dark Pastel Green #04BA34

RGB

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

 GREEN value IS 186 (73.05% from 255) = 76.86%

 BLUE value IS 52 (20.7% from 255) = 21.49%

R = 1.65%
G = 76.86%
B = 21.49%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#04BA34 (or 0x04BA34) is known color: Dark Pastel Green. HEX triplet: 04, BA and 34. RGB value is (4,186,52). Sum of RGB (Red+Green+Blue) = 4+186+52=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 186 (73.05% from 255 or 76.86% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BA34 is #FB45CB. Grayscale: #747474. Windows color (decimal): -16467404 or 3455492. OLE color: 3455492.

HSL color Cylindrical-coordinate representation of color #04BA34: hue angle of 135.82º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BA34 is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 186 52 -
CMYK 0.98 0 0.72 0.27
HSL 135.82º 0.96% 0.37% -
HSV(B) 135.82º 0.98% 0.73% -
XYZ 18.23 35.39 9.12 -
YUV 116.31 91.7 47.9 -
System Red Green Blue C M Y K H S L
Decimal 4 186 52 0.98 0 0.72 0.27 135.82 0.96 0.37
Hex 4 BA 34 62 0 48 1B 88 60 25
Octal 4 272 64 142 0 110 33 210 140 45
Binary 100 10111010 110100 1100010 0 1001000 11011 10001000 1100000 100101

Color Harmonies of #04BA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BA34

Black with #04BA34

Text Example


Text Example

White with #04BA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,186,52); }

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

background-color css

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

 a { background-color: rgb(4,186,52); }

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

border-color css

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

 span { border-color: rgb(4,186,52); }

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