Html Css Color HEX #06B32D Dark Pastel Green

📋 copy color: '#06B32D'

red 6 ◦ green 179 ◦ blue 45

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

Shades of Dark Pastel Green #06B32D

Tints of Dark Pastel Green #06B32D

RGB

 RED value IS 6 (2.73% from 255) = 2.61%

 GREEN value IS 179 (70.31% from 255) = 77.83%

 BLUE value IS 45 (17.97% from 255) = 19.57%

R = 2.61%
G = 77.83%
B = 19.57%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#06B32D (or 0x06B32D) is known color: Dark Pastel Green. HEX triplet: 06, B3 and 2D. RGB value is (6,179,45). Sum of RGB (Red+Green+Blue) = 6+179+45=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 179 (70.31% from 255 or 77.83% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 179 - color contains mainly: green. Hex color #06B32D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06B32D is #F94CD2. Grayscale: #707070. Windows color (decimal): -16338131 or 2994950. OLE color: 2994950.

HSL color Cylindrical-coordinate representation of color #06B32D: hue angle of 133.53º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B32D is Cyan = 0.97, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 6 179 45 -
CMYK 0.97 0 0.75 0.30
HSL 133.53º 0.94% 0.36% -
HSV(B) 133.53º 0.97% 0.7% -
XYZ 16.67 32.47 7.87 -
YUV 112 90.19 52.4 -
System Red Green Blue C M Y K H S L
Decimal 6 179 45 0.97 0 0.75 0.30 133.53 0.94 0.36
Hex 6 B3 2D 61 0 4B 1E 86 5E 24
Octal 6 263 55 141 0 113 36 206 136 44
Binary 110 10110011 101101 1100001 0 1001011 11110 10000110 1011110 100100

Color Harmonies of #06B32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B32D

Black with #06B32D

Text Example


Text Example

White with #06B32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06B32D; }

 p { color: rgb(6,179,45); }

 H1.HeaderClassName
 {
   color: #06B32D;
 }
 .AnyTagClassName
 {
   color: #06B32D;
 }
</style>

background-color css

<style>
 a { background-color: #06B32D; }

 a { background-color: rgb(6,179,45); }

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

border-color css

<style>
 span { border-color: #06B32D; }

 span { border-color: rgb(6,179,45); }

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