Html Css Color HEX #06BA2E Dark Pastel Green

📋 copy color: '#06BA2E'

red 6 ◦ green 186 ◦ blue 46

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

Shades of Dark Pastel Green #06BA2E

Tints of Dark Pastel Green #06BA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.33%

R = 2.52%
G = 78.15%
B = 19.33%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#06BA2E (or 0x06BA2E) is known color: Dark Pastel Green. HEX triplet: 06, BA and 2E. RGB value is (6,186,46). Sum of RGB (Red+Green+Blue) = 6+186+46=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 186 (73.05% from 255 or 78.15% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 186 - color contains mainly: green. Hex color #06BA2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06BA2E is #F945D1. Grayscale: #747474. Windows color (decimal): -16336338 or 3062278. OLE color: 3062278.

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

Color convert

RGB 6 186 46 -
CMYK 0.97 0 0.75 0.27
HSL 133.33º 0.94% 0.38% -
HSV(B) 133.33º 0.97% 0.73% -
XYZ 18.13 35.35 8.45 -
YUV 116.22 88.37 49.38 -
System Red Green Blue C M Y K H S L
Decimal 6 186 46 0.97 0 0.75 0.27 133.33 0.94 0.38
Hex 6 BA 2E 61 0 4B 1B 85 5E 26
Octal 6 272 56 141 0 113 33 205 136 46
Binary 110 10111010 101110 1100001 0 1001011 11011 10000101 1011110 100110

Color Harmonies of #06BA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BA2E

Black with #06BA2E

Text Example


Text Example

White with #06BA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,186,46); }

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

background-color css

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

 a { background-color: rgb(6,186,46); }

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

border-color css

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

 span { border-color: rgb(6,186,46); }

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