Html Css Color HEX #04B234 Dark Pastel Green

📋 copy color: '#04B234'

red 4 ◦ green 178 ◦ blue 52

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

Shades of Dark Pastel Green #04B234

Tints of Dark Pastel Green #04B234

RGB

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

 GREEN value IS 178 (69.92% from 255) = 76.07%

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

R = 1.71%
G = 76.07%
B = 22.22%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#04B234 (or 0x04B234) is known color: Dark Pastel Green. HEX triplet: 04, B2 and 34. RGB value is (4,178,52). Sum of RGB (Red+Green+Blue) = 4+178+52=234 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.71% from 234); Green value is 178 (69.92% from 255 or 76.07% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 178 - color contains mainly: green. Hex color #04B234 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04B234 is #FB4DCB. Grayscale: #6F6F6F. Windows color (decimal): -16469452 or 3453444. OLE color: 3453444.

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

Color convert

RGB 4 178 52 -
CMYK 0.98 0 0.71 0.30
HSL 136.55º 0.96% 0.36% -
HSV(B) 136.55º 0.98% 0.7% -
XYZ 16.59 32.11 8.57 -
YUV 111.61 94.35 51.25 -
System Red Green Blue C M Y K H S L
Decimal 4 178 52 0.98 0 0.71 0.30 136.55 0.96 0.36
Hex 4 B2 34 62 0 47 1E 89 60 24
Octal 4 262 64 142 0 107 36 211 140 44
Binary 100 10110010 110100 1100010 0 1000111 11110 10001001 1100000 100100

Color Harmonies of #04B234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B234

Black with #04B234

Text Example


Text Example

White with #04B234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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